Html Css Color HEX #3B515E Cello

📋 copy color: '#3B515E'

red 59 ◦ green 81 ◦ blue 94

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

Shades of Cello #3B515E

Tints of Cello #3B515E

RGB

 RED value IS 59 (23.44% from 255) = 25.21%

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

 BLUE value IS 94 (37.11% from 255) = 40.17%

R = 25.21%
G = 34.62%
B = 40.17%

CMYK

 C value IS 0.37

 M value IS 0.14

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#3B515E (or 0x3B515E) is known color: Cello. HEX triplet: 3B, 51 and 5E. RGB value is (59,81,94). Sum of RGB (Red+Green+Blue) = 59+81+94=234 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.21% from 234); Green value is 81 (32.03% from 255 or 34.62% from 234); Blue value is 94 (37.11% from 255 or 40.17% from 234); Max value from RGB is 94 - color contains mainly: blue. Hex color #3B515E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B515E is #C4AEA1. Grayscale: #4B4B4B. Windows color (decimal): -12889762 or 6181179. OLE color: 6181179.

HSL color Cylindrical-coordinate representation of color #3B515E: hue angle of 202.29º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3B515E is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 59 81 94 -
CMYK 0.37 0.14 0 0.63
HSL 202.29º 0.23% 0.3% -
HSV(B) 202.29º 0.37% 0.37% -
XYZ 6.77 7.62 11.7 -
YUV 75.9 138.21 115.94 -
System Red Green Blue C M Y K H S L
Decimal 59 81 94 0.37 0.14 0 0.63 202.29 0.23 0.3
Hex 3B 51 5E 25 E 0 3F CA 17 1E
Octal 73 121 136 45 16 0 77 312 27 36
Binary 111011 1010001 1011110 100101 1110 0 111111 11001010 10111 11110

Color Harmonies of #3B515E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B515E

Black with #3B515E

Text Example


Text Example

White with #3B515E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B515E; }

 p { color: rgb(59,81,94); }

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

background-color css

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

 a { background-color: rgb(59,81,94); }

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

border-color css

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

 span { border-color: rgb(59,81,94); }

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