#384A5A

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

Shades of Cello #384A5A

Tints of Cello #384A5A

Color information

#384A5A (or 0x384A5A) is unknown color: approx Cello. HEX triplet: 38, 4A and 5A. RGB value is (56,74,90). Sum of RGB (Red+Green+Blue) = 56+74+90=220 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.45% from 220); Green value is 74 (29.30% from 255 or 33.64% from 220); Blue value is 90 (35.55% from 255 or 40.91% from 220); Max value from RGB is 90 - color contains mainly: blue. Hex color #384A5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384A5A is #C7B5A5. Grayscale: #464646. Windows color (decimal): -13088166 or 5917240. OLE color: 5917240.

HSL color Cylindrical-coordinate representation of color #384A5A: hue angle of 208.24º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #384A5A is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB567490-
CMYK0.380.1800.65
HSL208.24º23.29%28.63%-
HSV(B)208.24º37.78%35.29%-
XYZ5.936.4810.61-
YUV70.44139.04117.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.45%
GREEN value IS 74 (29.30% from 255) = 33.64%
BLUE value IS 90 (35.55% from 255) = 40.91%
R=25.45%
G=33.64%
B=40.91%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5674900.380.1800.65208.2423.2928.63
Hex384A5A2612041d0171d
Octal70112132462201013202735
Binary111000100101010110101001101001001000001110100001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,74,90); }

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

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

 a { background-color: rgb(56,74,90); }

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

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

 span { border-color: rgb(56,74,90); }

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