Html Css Color HEX #383F56 Blue Zodiac

📋 copy color: '#383F56'

red 56 ◦ green 63 ◦ blue 86

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

Shades of Blue Zodiac #383F56

Tints of Blue Zodiac #383F56

RGB

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

 GREEN value IS 63 (25% from 255) = 30.73%

 BLUE value IS 86 (33.98% from 255) = 41.95%

R = 27.32%
G = 30.73%
B = 41.95%

CMYK

 C value IS 0.35

 M value IS 0.27

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#383F56 (or 0x383F56) is known color: Blue Zodiac. HEX triplet: 38, 3F and 56. RGB value is (56,63,86). Sum of RGB (Red+Green+Blue) = 56+63+86=205 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.32% from 205); Green value is 63 (25% from 255 or 30.73% from 205); Blue value is 86 (33.98% from 255 or 41.95% from 205); Max value from RGB is 86 - color contains mainly: blue. Hex color #383F56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383F56 is #C7C0A9. Grayscale: #3F3F3F. Windows color (decimal): -13090986 or 5652280. OLE color: 5652280.

HSL color Cylindrical-coordinate representation of color #383F56: hue angle of 226º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #383F56 is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 56 63 86 -
CMYK 0.35 0.27 0 0.66
HSL 226º 0.21% 0.28% -
HSV(B) 226º 0.35% 0.34% -
XYZ 5.09 5.07 9.51 -
YUV 63.53 140.68 122.63 -
System Red Green Blue C M Y K H S L
Decimal 56 63 86 0.35 0.27 0 0.66 226 0.21 0.28
Hex 38 3F 56 23 1B 0 42 E2 15 1C
Octal 70 77 126 43 33 0 102 342 25 34
Binary 111000 111111 1010110 100011 11011 0 1000010 11100010 10101 11100

Color Harmonies of #383F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383F56

Black with #383F56

Text Example


Text Example

White with #383F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383F56; }

 p { color: rgb(56,63,86); }

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

background-color css

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

 a { background-color: rgb(56,63,86); }

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

border-color css

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

 span { border-color: rgb(56,63,86); }

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