#384F67

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

Shades of Cello #384F67

Tints of Cello #384F67

Color information

#384F67 (or 0x384F67) is unknown color: approx Cello. HEX triplet: 38, 4F and 67. RGB value is (56,79,103). Sum of RGB (Red+Green+Blue) = 56+79+103=238 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.53% from 238); Green value is 79 (31.25% from 255 or 33.19% from 238); Blue value is 103 (40.62% from 255 or 43.28% from 238); Max value from RGB is 103 - color contains mainly: blue. Hex color #384F67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384F67 is #C7B098. Grayscale: #4A4A4A. Windows color (decimal): -13086873 or 6770488. OLE color: 6770488.

HSL color Cylindrical-coordinate representation of color #384F67: hue angle of 210.64º 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 #384F67 is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5679103-
CMYK0.460.2300.60
HSL210.64º29.56%31.18%-
HSV(B)210.64º45.63%40.39%-
XYZ6.887.4113.9-
YUV74.86143.88114.55-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.53%
GREEN value IS 79 (31.25% from 255) = 33.19%
BLUE value IS 103 (40.62% from 255) = 43.28%
R=23.53%
G=33.19%
B=43.28%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal56791030.460.2300.60210.6429.5631.18
Hex384F672E1703Cd31e1f
Octal7011714756270743233637
Binary11100010011111100111101110101110111100110100111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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