#383C51

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

Shades of Blue Zodiac #383C51

Tints of Blue Zodiac #383C51

Color information

#383C51 (or 0x383C51) is unknown color: approx Blue Zodiac. HEX triplet: 38, 3C and 51. RGB value is (56,60,81). Sum of RGB (Red+Green+Blue) = 56+60+81=197 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.43% from 197); Green value is 60 (23.83% from 255 or 30.46% from 197); Blue value is 81 (32.03% from 255 or 41.12% from 197); Max value from RGB is 81 - color contains mainly: blue. Hex color #383C51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383C51 is #C7C3AE. Grayscale: #3D3D3D. Windows color (decimal): -13091759 or 5323832. OLE color: 5323832.

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

Color convert

RGB566081-
CMYK0.310.2600.68
HSL230.4º18.25%26.86%-
HSV(B)230.4º30.86%31.76%-
XYZ4.734.678.44-
YUV61.2139.17124.29-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.43%
GREEN value IS 60 (23.83% from 255) = 30.46%
BLUE value IS 81 (32.03% from 255) = 41.12%
R=28.43%
G=30.46%
B=41.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5660810.310.2600.68230.418.2526.86
Hex383C511F1A044e6121b
Octal7074121373201043462233
Binary1110001111001010001111111101001000100111001101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,60,81); }

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

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

 a { background-color: rgb(56,60,81); }

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

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

 span { border-color: rgb(56,60,81); }

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