#384B61

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

Shades of Cello #384B61

Tints of Cello #384B61

Color information

#384B61 (or 0x384B61) is unknown color: approx Cello. HEX triplet: 38, 4B and 61. RGB value is (56,75,97). Sum of RGB (Red+Green+Blue) = 56+75+97=228 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.56% from 228); Green value is 75 (29.69% from 255 or 32.89% from 228); Blue value is 97 (38.28% from 255 or 42.54% from 228); Max value from RGB is 97 - color contains mainly: blue. Hex color #384B61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384B61 is #C7B49E. Grayscale: #474747. Windows color (decimal): -13087903 or 6376248. OLE color: 6376248.

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

Color convert

RGB567597-
CMYK0.420.2300.62
HSL212.2º26.8%30%-
HSV(B)212.2º42.27%38.04%-
XYZ6.36.7412.28-
YUV71.83142.21116.71-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.56%
GREEN value IS 75 (29.69% from 255) = 32.89%
BLUE value IS 97 (38.28% from 255) = 42.54%
R=24.56%
G=32.89%
B=42.54%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5675970.420.2300.62212.226.830
Hex384B612A1703Ed41b1e
Octal7011314152270763243336
Binary11100010010111100001101010101110111110110101001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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