#384962

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

Shades of Cello #384962

Tints of Cello #384962

Color information

#384962 (or 0x384962) is unknown color: approx Cello. HEX triplet: 38, 49 and 62. RGB value is (56,73,98). Sum of RGB (Red+Green+Blue) = 56+73+98=227 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.67% from 227); Green value is 73 (28.91% from 255 or 32.16% from 227); Blue value is 98 (38.67% from 255 or 43.17% from 227); Max value from RGB is 98 - color contains mainly: blue. Hex color #384962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384962 is #C7B69D. Grayscale: #464646. Windows color (decimal): -13088414 or 6441272. OLE color: 6441272.

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

Color convert

RGB567398-
CMYK0.430.2600.62
HSL215.71º27.27%30.2%-
HSV(B)215.71º42.86%38.43%-
XYZ6.226.4912.48-
YUV70.77143.37117.47-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.67%
GREEN value IS 73 (28.91% from 255) = 32.16%
BLUE value IS 98 (38.67% from 255) = 43.17%
R=24.67%
G=32.16%
B=43.17%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5673980.430.2600.62215.7127.2730.2
Hex3849622B1A03Ed81b1e
Octal7011114253320763303336
Binary11100010010011100010101011110100111110110110001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384962; }

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

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

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

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

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

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

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

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