Html Css Color HEX #385260 Cello

📋 copy color: '#385260'

red 56 ◦ green 82 ◦ blue 96

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

Shades of Cello #385260

Tints of Cello #385260

RGB

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

 GREEN value IS 82 (32.42% from 255) = 35.04%

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

R = 23.93%
G = 35.04%
B = 41.03%

CMYK

 C value IS 0.42

 M value IS 0.15

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#385260 (or 0x385260) is known color: Cello. HEX triplet: 38, 52 and 60. RGB value is (56,82,96). Sum of RGB (Red+Green+Blue) = 56+82+96=234 (30% of max value = 765). Red value is 56 (22.27% from 255 or 23.93% from 234); Green value is 82 (32.42% from 255 or 35.04% from 234); Blue value is 96 (37.89% from 255 or 41.03% from 234); Max value from RGB is 96 - color contains mainly: blue. Hex color #385260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385260 is #C7AD9F. Grayscale: #4B4B4B. Windows color (decimal): -13086112 or 6312504. OLE color: 6312504.

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

Color convert

RGB 56 82 96 -
CMYK 0.42 0.15 0 0.62
HSL 201º 0.26% 0.3% -
HSV(B) 201º 0.42% 0.38% -
XYZ 6.76 7.72 12.2 -
YUV 75.82 139.39 113.86 -
System Red Green Blue C M Y K H S L
Decimal 56 82 96 0.42 0.15 0 0.62 201 0.26 0.3
Hex 38 52 60 2A F 0 3E C9 1A 1E
Octal 70 122 140 52 17 0 76 311 32 36
Binary 111000 1010010 1100000 101010 1111 0 111110 11001001 11010 11110

Color Harmonies of #385260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385260

Black with #385260

Text Example


Text Example

White with #385260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385260; }

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

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

background-color css

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

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

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

border-color css

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

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

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