Html Css Color HEX #385061 Cello

📋 copy color: '#385061'

red 56 ◦ green 80 ◦ blue 97

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

Shades of Cello #385061

Tints of Cello #385061

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.33%

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

R = 24.03%
G = 34.33%
B = 41.63%

CMYK

 C value IS 0.42

 M value IS 0.18

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#385061 (or 0x385061) is known color: Cello. HEX triplet: 38, 50 and 61. RGB value is (56,80,97). Sum of RGB (Red+Green+Blue) = 56+80+97=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 97 (38.28% from 255 or 41.63% from 233); Max value from RGB is 97 - color contains mainly: blue. Hex color #385061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385061 is #C7AF9E. Grayscale: #4A4A4A. Windows color (decimal): -13086623 or 6377528. OLE color: 6377528.

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

Color convert

RGB 56 80 97 -
CMYK 0.42 0.18 0 0.62
HSL 204.88º 0.27% 0.3% -
HSV(B) 204.88º 0.42% 0.38% -
XYZ 6.66 7.44 12.39 -
YUV 74.76 140.55 114.62 -
System Red Green Blue C M Y K H S L
Decimal 56 80 97 0.42 0.18 0 0.62 204.88 0.27 0.3
Hex 38 50 61 2A 12 0 3E CD 1B 1E
Octal 70 120 141 52 22 0 76 315 33 36
Binary 111000 1010000 1100001 101010 10010 0 111110 11001101 11011 11110

Color Harmonies of #385061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385061

Black with #385061

Text Example


Text Example

White with #385061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385061; }

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

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

background-color css

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

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

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

border-color css

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

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

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