#383C50

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

Shades of Blue Zodiac #383C50

Tints of Blue Zodiac #383C50

Color information

#383C50 (or 0x383C50) is unknown color: approx Blue Zodiac. HEX triplet: 38, 3C and 50. RGB value is (56,60,80). Sum of RGB (Red+Green+Blue) = 56+60+80=196 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.57% from 196); Green value is 60 (23.83% from 255 or 30.61% from 196); Blue value is 80 (31.64% from 255 or 40.82% from 196); Max value from RGB is 80 - color contains mainly: blue. Hex color #383C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383C50 is #C7C3AF. Grayscale: #3D3D3D. Windows color (decimal): -13091760 or 5258296. OLE color: 5258296.

HSL color Cylindrical-coordinate representation of color #383C50: hue angle of 230º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #383C50 is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB566080-
CMYK0.300.2500.69
HSL230º17.65%26.67%-
HSV(B)230º30%31.37%-
XYZ4.694.658.24-
YUV61.08138.67124.37-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.57%
GREEN value IS 60 (23.83% from 255) = 30.61%
BLUE value IS 80 (31.64% from 255) = 40.82%
R=28.57%
G=30.61%
B=40.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5660800.300.2500.6923017.6526.67
Hex383C501E19045e6121b
Octal7074120363101053462233
Binary1110001111001010000111101100101000101111001101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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