Html Css Color HEX #385360 Cello

📋 copy color: '#385360'

red 56 ◦ green 83 ◦ blue 96

#385360
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cello #385360

Tints of Cello #385360

RGB

 RED value IS 56 (22.27% from 255) = 23.83%

 GREEN value IS 83 (32.81% from 255) = 35.32%

 BLUE value IS 96 (37.89% from 255) = 40.85%

R = 23.83%
G = 35.32%
B = 40.85%

CMYK

 C value IS 0.42

 M value IS 0.14

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#385360 (or 0x385360) is known color: Cello. HEX triplet: 38, 53 and 60. RGB value is (56,83,96). Sum of RGB (Red+Green+Blue) = 56+83+96=235 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.83% from 235); Green value is 83 (32.81% from 255 or 35.32% from 235); Blue value is 96 (37.89% from 255 or 40.85% from 235); Max value from RGB is 96 - color contains mainly: blue. Hex color #385360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385360 is #C7AC9F. Grayscale: #4C4C4C. Windows color (decimal): -13085856 or 6312760. OLE color: 6312760.

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

Color convert

RGB 56 83 96 -
CMYK 0.42 0.14 0 0.62
HSL 199.5º 0.26% 0.3% -
HSV(B) 199.5º 0.42% 0.38% -
XYZ 6.84 7.87 12.23 -
YUV 76.41 139.05 113.44 -
System Red Green Blue C M Y K H S L
Decimal 56 83 96 0.42 0.14 0 0.62 199.5 0.26 0.3
Hex 38 53 60 2A E 0 3E C8 1A 1E
Octal 70 123 140 52 16 0 76 310 32 36
Binary 111000 1010011 1100000 101010 1110 0 111110 11001000 11010 11110

Color Harmonies of #385360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385360

Black with #385360

Text Example


Text Example

White with #385360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385360; }

 p { color: rgb(56,83,96); }

 H1.HeaderClassName
 {
   color: #385360;
 }
 .AnyTagClassName
 {
   color: #385360;
 }
</style>

background-color css

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

 a { background-color: rgb(56,83,96); }

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

border-color css

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

 span { border-color: rgb(56,83,96); }

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