#384B62

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

Shades of Cello #384B62

Tints of Cello #384B62

Color information

#384B62 (or 0x384B62) is unknown color: approx Cello. HEX triplet: 38, 4B and 62. RGB value is (56,75,98). Sum of RGB (Red+Green+Blue) = 56+75+98=229 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.45% from 229); Green value is 75 (29.69% from 255 or 32.75% from 229); Blue value is 98 (38.67% from 255 or 42.79% from 229); Max value from RGB is 98 - color contains mainly: blue. Hex color #384B62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384B62 is #C7B49D. Grayscale: #474747. Windows color (decimal): -13087902 or 6441784. OLE color: 6441784.

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

Color convert

RGB567598-
CMYK0.430.2300.62
HSL212.86º27.27%30.2%-
HSV(B)212.86º42.86%38.43%-
XYZ6.356.7512.52-
YUV71.94142.71116.63-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.45%
GREEN value IS 75 (29.69% from 255) = 32.75%
BLUE value IS 98 (38.67% from 255) = 42.79%
R=24.45%
G=32.75%
B=42.79%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5675980.430.2300.62212.8627.2730.2
Hex384B622B1703Ed51b1e
Octal7011314253270763253336
Binary11100010010111100010101011101110111110110101011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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