Html Css Color HEX #384358 Blue Zodiac

📋 copy color: '#384358'

red 56 ◦ green 67 ◦ blue 88

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

Shades of Blue Zodiac #384358

Tints of Blue Zodiac #384358

RGB

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

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

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

R = 26.54%
G = 31.75%
B = 41.71%

CMYK

 C value IS 0.36

 M value IS 0.24

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#384358 (or 0x384358) is known color: Blue Zodiac. HEX triplet: 38, 43 and 58. RGB value is (56,67,88). Sum of RGB (Red+Green+Blue) = 56+67+88=211 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.54% from 211); Green value is 67 (26.56% from 255 or 31.75% from 211); Blue value is 88 (34.77% from 255 or 41.71% from 211); Max value from RGB is 88 - color contains mainly: blue. Hex color #384358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384358 is #C7BCA7. Grayscale: #424242. Windows color (decimal): -13089960 or 5784376. OLE color: 5784376.

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

Color convert

RGB 56 67 88 -
CMYK 0.36 0.24 0 0.65
HSL 219.38º 0.22% 0.28% -
HSV(B) 219.38º 0.36% 0.35% -
XYZ 5.4 5.56 10.02 -
YUV 66.11 140.36 120.79 -
System Red Green Blue C M Y K H S L
Decimal 56 67 88 0.36 0.24 0 0.65 219.38 0.22 0.28
Hex 38 43 58 24 18 0 41 DB 16 1C
Octal 70 103 130 44 30 0 101 333 26 34
Binary 111000 1000011 1011000 100100 11000 0 1000001 11011011 10110 11100

Color Harmonies of #384358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384358

Black with #384358

Text Example


Text Example

White with #384358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384358; }

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

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

background-color css

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

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

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

border-color css

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

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

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