#384861

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

Shades of Cello #384861

Tints of Cello #384861

Color information

#384861 (or 0x384861) is unknown color: approx Cello. HEX triplet: 38, 48 and 61. RGB value is (56,72,97). Sum of RGB (Red+Green+Blue) = 56+72+97=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 97 (38.28% from 255 or 43.11% from 225); Max value from RGB is 97 - color contains mainly: blue. Hex color #384861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384861 is #C7B79E. Grayscale: #454545. Windows color (decimal): -13088671 or 6375480. OLE color: 6375480.

HSL color Cylindrical-coordinate representation of color #384861: hue angle of 216.59º 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 #384861 is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB567297-
CMYK0.420.2600.62
HSL216.59º26.8%30%-
HSV(B)216.59º42.27%38.04%-
XYZ6.116.3412.21-
YUV70.07143.2117.97-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.89%
GREEN value IS 72 (28.52% from 255) = 32%
BLUE value IS 97 (38.28% from 255) = 43.11%
R=24.89%
G=32%
B=43.11%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5672970.420.2600.62216.5926.830
Hex3848612A1A03Ed91b1e
Octal7011014152320763313336
Binary11100010010001100001101010110100111110110110011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384861; }

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

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

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

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

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

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

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

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