#384A5F

Color #384A5F Cello (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cello #384A5F

Tints of Cello #384A5F

Color information

#384A5F (or 0x384A5F) is unknown color: approx Cello. HEX triplet: 38, 4A and 5F. RGB value is (56,74,95). Sum of RGB (Red+Green+Blue) = 56+74+95=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 74 (29.30% from 255 or 32.89% from 225); Blue value is 95 (37.5% from 255 or 42.22% from 225); Max value from RGB is 95 - color contains mainly: blue. Hex color #384A5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384A5F is #C7B5A0. Grayscale: #464646. Windows color (decimal): -13088161 or 6244920. OLE color: 6244920.

HSL color Cylindrical-coordinate representation of color #384A5F: hue angle of 212.31º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #384A5F is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB567495-
CMYK0.410.2200.63
HSL212.31º25.83%29.61%-
HSV(B)212.31º41.05%37.25%-
XYZ6.156.5611.77-
YUV71.01141.54117.29-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.89%
GREEN value IS 74 (29.30% from 255) = 32.89%
BLUE value IS 95 (37.5% from 255) = 42.22%
R=24.89%
G=32.89%
B=42.22%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5674950.410.2200.63212.3125.8329.61
Hex384A5F291603Fd41a1e
Octal7011213751260773243236
Binary11100010010101011111101001101100111111110101001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384A5F; }

 p { color: rgb(56,74,95); }

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

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

 a { background-color: rgb(56,74,95); }

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

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

 span { border-color: rgb(56,74,95); }

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