#384961

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

Shades of Cello #384961

Tints of Cello #384961

Color information

#384961 (or 0x384961) is unknown color: approx Cello. HEX triplet: 38, 49 and 61. RGB value is (56,73,97). Sum of RGB (Red+Green+Blue) = 56+73+97=226 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.78% from 226); Green value is 73 (28.91% from 255 or 32.30% from 226); Blue value is 97 (38.28% from 255 or 42.92% from 226); Max value from RGB is 97 - color contains mainly: blue. Hex color #384961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384961 is #C7B69E. Grayscale: #464646. Windows color (decimal): -13088415 or 6375736. OLE color: 6375736.

HSL color Cylindrical-coordinate representation of color #384961: hue angle of 215.12º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #384961 is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB567397-
CMYK0.420.2500.62
HSL215.12º26.8%30%-
HSV(B)215.12º42.27%38.04%-
XYZ6.176.4712.23-
YUV70.65142.87117.55-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.78%
GREEN value IS 73 (28.91% from 255) = 32.30%
BLUE value IS 97 (38.28% from 255) = 42.92%
R=24.78%
G=32.30%
B=42.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5673970.420.2500.62215.1226.830
Hex3849612A1903Ed71b1e
Octal7011114152310763273336
Binary11100010010011100001101010110010111110110101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384961; }

 p { color: rgb(56,73,97); }

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

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

 a { background-color: rgb(56,73,97); }

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

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

 span { border-color: rgb(56,73,97); }

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