Html Css Color HEX #384459 Blue Zodiac

📋 copy color: '#384459'

red 56 ◦ green 68 ◦ blue 89

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

Shades of Blue Zodiac #384459

Tints of Blue Zodiac #384459

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.92%

 BLUE value IS 89 (35.16% from 255) = 41.78%

R = 26.29%
G = 31.92%
B = 41.78%

CMYK

 C value IS 0.37

 M value IS 0.24

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#384459 (or 0x384459) is known color: Blue Zodiac. HEX triplet: 38, 44 and 59. RGB value is (56,68,89). Sum of RGB (Red+Green+Blue) = 56+68+89=213 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.29% from 213); Green value is 68 (26.95% from 255 or 31.92% from 213); Blue value is 89 (35.16% from 255 or 41.78% from 213); Max value from RGB is 89 - color contains mainly: blue. Hex color #384459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384459 is #C7BBA6. Grayscale: #424242. Windows color (decimal): -13089703 or 5850168. OLE color: 5850168.

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

Color convert

RGB 56 68 89 -
CMYK 0.37 0.24 0 0.65
HSL 218.18º 0.23% 0.28% -
HSV(B) 218.18º 0.37% 0.35% -
XYZ 5.5 5.7 10.26 -
YUV 66.81 140.52 120.29 -
System Red Green Blue C M Y K H S L
Decimal 56 68 89 0.37 0.24 0 0.65 218.18 0.23 0.28
Hex 38 44 59 25 18 0 41 DA 17 1C
Octal 70 104 131 45 30 0 101 332 27 34
Binary 111000 1000100 1011001 100101 11000 0 1000001 11011010 10111 11100

Color Harmonies of #384459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384459

Black with #384459

Text Example


Text Example

White with #384459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384459; }

 p { color: rgb(56,68,89); }

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

background-color css

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

 a { background-color: rgb(56,68,89); }

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

border-color css

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

 span { border-color: rgb(56,68,89); }

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