Html Css Color HEX #384256 Blue Zodiac

📋 copy color: '#384256'

red 56 ◦ green 66 ◦ blue 86

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

Shades of Blue Zodiac #384256

Tints of Blue Zodiac #384256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 41.35%

R = 26.92%
G = 31.73%
B = 41.35%

CMYK

 C value IS 0.35

 M value IS 0.23

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#384256 (or 0x384256) is known color: Blue Zodiac. HEX triplet: 38, 42 and 56. RGB value is (56,66,86). Sum of RGB (Red+Green+Blue) = 56+66+86=208 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.92% from 208); Green value is 66 (26.17% from 255 or 31.73% from 208); Blue value is 86 (33.98% from 255 or 41.35% from 208); Max value from RGB is 86 - color contains mainly: blue. Hex color #384256 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384256 is #C7BDA9. Grayscale: #414141. Windows color (decimal): -13090218 or 5653048. OLE color: 5653048.

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

Color convert

RGB 56 66 86 -
CMYK 0.35 0.23 0 0.66
HSL 220º 0.21% 0.28% -
HSV(B) 220º 0.35% 0.34% -
XYZ 5.26 5.41 9.57 -
YUV 65.29 139.69 121.37 -
System Red Green Blue C M Y K H S L
Decimal 56 66 86 0.35 0.23 0 0.66 220 0.21 0.28
Hex 38 42 56 23 17 0 42 DC 15 1C
Octal 70 102 126 43 27 0 102 334 25 34
Binary 111000 1000010 1010110 100011 10111 0 1000010 11011100 10101 11100

Color Harmonies of #384256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384256

Black with #384256

Text Example


Text Example

White with #384256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384256; }

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

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

background-color css

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

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

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

border-color css

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

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

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