#384E67

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

Shades of Cello #384E67

Tints of Cello #384E67

Color information

#384E67 (or 0x384E67) is unknown color: approx Cello. HEX triplet: 38, 4E and 67. RGB value is (56,78,103). Sum of RGB (Red+Green+Blue) = 56+78+103=237 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.63% from 237); Green value is 78 (30.86% from 255 or 32.91% from 237); Blue value is 103 (40.62% from 255 or 43.46% from 237); Max value from RGB is 103 - color contains mainly: blue. Hex color #384E67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384E67 is #C7B198. Grayscale: #4A4A4A. Windows color (decimal): -13087129 or 6770232. OLE color: 6770232.

HSL color Cylindrical-coordinate representation of color #384E67: hue angle of 211.91º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #384E67 is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5678103-
CMYK0.460.2400.60
HSL211.91º29.56%31.18%-
HSV(B)211.91º45.63%40.39%-
XYZ6.87.2713.88-
YUV74.27144.21114.97-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.63%
GREEN value IS 78 (30.86% from 255) = 32.91%
BLUE value IS 103 (40.62% from 255) = 43.46%
R=23.63%
G=32.91%
B=43.46%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal56781030.460.2400.60211.9129.5631.18
Hex384E672E1803Cd41e1f
Octal7011614756300743243637
Binary11100010011101100111101110110000111100110101001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,78,103); }

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

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

 a { background-color: rgb(56,78,103); }

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

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

 span { border-color: rgb(56,78,103); }

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