Html Css Color HEX #384357 Blue Zodiac

📋 copy color: '#384357'

red 56 ◦ green 67 ◦ blue 87

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

Shades of Blue Zodiac #384357

Tints of Blue Zodiac #384357

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.9%

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

R = 26.67%
G = 31.9%
B = 41.43%

CMYK

 C value IS 0.36

 M value IS 0.23

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#384357 (or 0x384357) is known color: Blue Zodiac. HEX triplet: 38, 43 and 57. RGB value is (56,67,87). Sum of RGB (Red+Green+Blue) = 56+67+87=210 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.67% from 210); Green value is 67 (26.56% from 255 or 31.90% from 210); Blue value is 87 (34.38% from 255 or 41.43% from 210); Max value from RGB is 87 - color contains mainly: blue. Hex color #384357 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384357 is #C7BCA8. Grayscale: #414141. Windows color (decimal): -13089961 or 5718840. OLE color: 5718840.

HSL color Cylindrical-coordinate representation of color #384357: hue angle of 218.71º 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 #384357 is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 56 67 87 -
CMYK 0.36 0.23 0 0.66
HSL 218.71º 0.22% 0.28% -
HSV(B) 218.71º 0.36% 0.34% -
XYZ 5.36 5.54 9.8 -
YUV 65.99 139.86 120.87 -
System Red Green Blue C M Y K H S L
Decimal 56 67 87 0.36 0.23 0 0.66 218.71 0.22 0.28
Hex 38 43 57 24 17 0 42 DB 16 1C
Octal 70 103 127 44 27 0 102 333 26 34
Binary 111000 1000011 1010111 100100 10111 0 1000010 11011011 10110 11100

Color Harmonies of #384357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384357

Black with #384357

Text Example


Text Example

White with #384357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384357; }

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

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

background-color css

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

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

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

border-color css

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

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

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