Html Css Color HEX #384359 Blue Zodiac

📋 copy color: '#384359'

red 56 ◦ green 67 ◦ blue 89

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

Shades of Blue Zodiac #384359

Tints of Blue Zodiac #384359

RGB

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

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

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

R = 26.42%
G = 31.6%
B = 41.98%

CMYK

 C value IS 0.37

 M value IS 0.25

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#384359 (or 0x384359) is known color: Blue Zodiac. HEX triplet: 38, 43 and 59. RGB value is (56,67,89). Sum of RGB (Red+Green+Blue) = 56+67+89=212 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.42% from 212); Green value is 67 (26.56% from 255 or 31.60% from 212); Blue value is 89 (35.16% from 255 or 41.98% from 212); Max value from RGB is 89 - color contains mainly: blue. Hex color #384359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384359 is #C7BCA6. Grayscale: #424242. Windows color (decimal): -13089959 or 5849912. OLE color: 5849912.

HSL color Cylindrical-coordinate representation of color #384359: hue angle of 220º 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 #384359 is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 56 67 89 -
CMYK 0.37 0.25 0 0.65
HSL 220º 0.23% 0.28% -
HSV(B) 220º 0.37% 0.35% -
XYZ 5.44 5.58 10.24 -
YUV 66.22 140.86 120.71 -
System Red Green Blue C M Y K H S L
Decimal 56 67 89 0.37 0.25 0 0.65 220 0.23 0.28
Hex 38 43 59 25 19 0 41 DC 17 1C
Octal 70 103 131 45 31 0 101 334 27 34
Binary 111000 1000011 1011001 100101 11001 0 1000001 11011100 10111 11100

Color Harmonies of #384359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384359

Black with #384359

Text Example


Text Example

White with #384359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384359; }

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

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

background-color css

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

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

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

border-color css

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

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

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