#383F52

Color #383F52 Blue Zodiac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Zodiac #383F52

Tints of Blue Zodiac #383F52

Color information

#383F52 (or 0x383F52) is unknown color: approx Blue Zodiac. HEX triplet: 38, 3F and 52. RGB value is (56,63,82). Sum of RGB (Red+Green+Blue) = 56+63+82=201 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.86% from 201); Green value is 63 (25% from 255 or 31.34% from 201); Blue value is 82 (32.42% from 255 or 40.80% from 201); Max value from RGB is 82 - color contains mainly: blue. Hex color #383F52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383F52 is #C7C0AD. Grayscale: #3E3E3E. Windows color (decimal): -13090990 or 5390136. OLE color: 5390136.

HSL color Cylindrical-coordinate representation of color #383F52: hue angle of 223.85º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #383F52 is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB566382-
CMYK0.320.2300.68
HSL223.85º18.84%27.06%-
HSV(B)223.85º31.71%32.16%-
XYZ4.9358.69-
YUV63.07138.68122.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.86%
GREEN value IS 63 (25% from 255) = 31.34%
BLUE value IS 82 (32.42% from 255) = 40.80%
R=27.86%
G=31.34%
B=40.80%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5663820.320.2300.68223.8518.8427.06
Hex383F522017044e0131b
Octal7077122402701043402333
Binary11100011111110100101000001011101000100111000001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #383F52;
 }
 .AnyTagClassName
 {
   color: #383F52;
 }
</style>
background-color css

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

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

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

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

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

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