Html Css Color HEX #384257 Blue Zodiac

📋 copy color: '#384257'

red 56 ◦ green 66 ◦ blue 87

#384257
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Zodiac #384257

Tints of Blue Zodiac #384257

RGB

 RED value IS 56 (22.27% from 255) = 26.79%

 GREEN value IS 66 (26.17% from 255) = 31.58%

 BLUE value IS 87 (34.38% from 255) = 41.63%

R = 26.79%
G = 31.58%
B = 41.63%

CMYK

 C value IS 0.36

 M value IS 0.24

 Y value IS 0

 K value IS 0.66

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#384257 (or 0x384257) is known color: Blue Zodiac. HEX triplet: 38, 42 and 57. RGB value is (56,66,87). Sum of RGB (Red+Green+Blue) = 56+66+87=209 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.79% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 87 (34.38% from 255 or 41.63% from 209); Max value from RGB is 87 - color contains mainly: blue. Hex color #384257 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384257 is #C7BDA8. Grayscale: #414141. Windows color (decimal): -13090217 or 5718584. OLE color: 5718584.

HSL color Cylindrical-coordinate representation of color #384257: hue angle of 220.65º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #384257 is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 56 66 87 -
CMYK 0.36 0.24 0 0.66
HSL 220.65º 0.22% 0.28% -
HSV(B) 220.65º 0.36% 0.34% -
XYZ 5.3 5.43 9.78 -
YUV 65.4 140.19 121.29 -
System Red Green Blue C M Y K H S L
Decimal 56 66 87 0.36 0.24 0 0.66 220.65 0.22 0.28
Hex 38 42 57 24 18 0 42 DD 16 1C
Octal 70 102 127 44 30 0 102 335 26 34
Binary 111000 1000010 1010111 100100 11000 0 1000010 11011101 10110 11100

Color Harmonies of #384257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384257

Black with #384257

Text Example


Text Example

White with #384257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384257; }

 p { color: rgb(56,66,87); }

 H1.HeaderClassName
 {
   color: #384257;
 }
 .AnyTagClassName
 {
   color: #384257;
 }
</style>

background-color css

<style>
 a { background-color: #384257; }

 a { background-color: rgb(56,66,87); }

 div.DivClassName
 {
   background-color: #384257;
 }
 .BgClassName
 {
   background-color: #384257;
 }
</style>

border-color css

<style>
 span { border-color: #384257; }

 span { border-color: rgb(56,66,87); }

 td.TdClassName
 {
   border-color: #384257;
 }
 .TagClassName
 {
   border-color: #384257;
 }
</style>