Html Css Color HEX #384258 Blue Zodiac

📋 copy color: '#384258'

red 56 ◦ green 66 ◦ blue 88

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

Shades of Blue Zodiac #384258

Tints of Blue Zodiac #384258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 41.9%

R = 26.67%
G = 31.43%
B = 41.9%

CMYK

 C value IS 0.36

 M value IS 0.25

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#384258 (or 0x384258) is known color: Blue Zodiac. HEX triplet: 38, 42 and 58. RGB value is (56,66,88). Sum of RGB (Red+Green+Blue) = 56+66+88=210 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.67% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 88 (34.77% from 255 or 41.90% from 210); Max value from RGB is 88 - color contains mainly: blue. Hex color #384258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384258 is #C7BDA7. Grayscale: #414141. Windows color (decimal): -13090216 or 5784120. OLE color: 5784120.

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

Color convert

RGB 56 66 88 -
CMYK 0.36 0.25 0 0.65
HSL 221.25º 0.22% 0.28% -
HSV(B) 221.25º 0.36% 0.35% -
XYZ 5.34 5.44 10 -
YUV 65.52 140.69 121.21 -
System Red Green Blue C M Y K H S L
Decimal 56 66 88 0.36 0.25 0 0.65 221.25 0.22 0.28
Hex 38 42 58 24 19 0 41 DD 16 1C
Octal 70 102 130 44 31 0 101 335 26 34
Binary 111000 1000010 1011000 100100 11001 0 1000001 11011101 10110 11100

Color Harmonies of #384258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384258

Black with #384258

Text Example


Text Example

White with #384258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384258; }

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

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

background-color css

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

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

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

border-color css

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

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

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