Html Css Color HEX #385161 Cello

📋 copy color: '#385161'

red 56 ◦ green 81 ◦ blue 97

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

Shades of Cello #385161

Tints of Cello #385161

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.62%

 BLUE value IS 97 (38.28% from 255) = 41.45%

R = 23.93%
G = 34.62%
B = 41.45%

CMYK

 C value IS 0.42

 M value IS 0.16

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#385161 (or 0x385161) is known color: Cello. HEX triplet: 38, 51 and 61. RGB value is (56,81,97). Sum of RGB (Red+Green+Blue) = 56+81+97=234 (30% of max value = 765). Red value is 56 (22.27% from 255 or 23.93% from 234); Green value is 81 (32.03% from 255 or 34.62% from 234); Blue value is 97 (38.28% from 255 or 41.45% from 234); Max value from RGB is 97 - color contains mainly: blue. Hex color #385161 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385161 is #C7AE9E. Grayscale: #4B4B4B. Windows color (decimal): -13086367 or 6377784. OLE color: 6377784.

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

Color convert

RGB 56 81 97 -
CMYK 0.42 0.16 0 0.62
HSL 203.41º 0.27% 0.3% -
HSV(B) 203.41º 0.42% 0.38% -
XYZ 6.73 7.59 12.42 -
YUV 75.35 140.22 114.2 -
System Red Green Blue C M Y K H S L
Decimal 56 81 97 0.42 0.16 0 0.62 203.41 0.27 0.3
Hex 38 51 61 2A 10 0 3E CB 1B 1E
Octal 70 121 141 52 20 0 76 313 33 36
Binary 111000 1010001 1100001 101010 10000 0 111110 11001011 11011 11110

Color Harmonies of #385161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385161

Black with #385161

Text Example


Text Example

White with #385161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385161; }

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

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

background-color css

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

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

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

border-color css

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

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

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