Html Css Color HEX #3B536D Cello

📋 copy color: '#3B536D'

red 59 ◦ green 83 ◦ blue 109

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

Shades of Cello #3B536D

Tints of Cello #3B536D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 43.43%

R = 23.51%
G = 33.07%
B = 43.43%

CMYK

 C value IS 0.46

 M value IS 0.24

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3B536D (or 0x3B536D) is known color: Cello. HEX triplet: 3B, 53 and 6D. RGB value is (59,83,109). Sum of RGB (Red+Green+Blue) = 59+83+109=251 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.51% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 109 (42.97% from 255 or 43.43% from 251); Max value from RGB is 109 - color contains mainly: blue. Hex color #3B536D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B536D is #C4AC92. Grayscale: #4E4E4E. Windows color (decimal): -12889235 or 7164731. OLE color: 7164731.

HSL color Cylindrical-coordinate representation of color #3B536D: hue angle of 211.2º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3B536D is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 59 83 109 -
CMYK 0.46 0.24 0 0.57
HSL 211.2º 0.3% 0.33% -
HSV(B) 211.2º 0.46% 0.43% -
XYZ 7.66 8.22 15.65 -
YUV 78.79 145.05 113.89 -
System Red Green Blue C M Y K H S L
Decimal 59 83 109 0.46 0.24 0 0.57 211.2 0.3 0.33
Hex 3B 53 6D 2E 18 0 39 D3 1E 21
Octal 73 123 155 56 30 0 71 323 36 41
Binary 111011 1010011 1101101 101110 11000 0 111001 11010011 11110 100001

Color Harmonies of #3B536D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B536D

Black with #3B536D

Text Example


Text Example

White with #3B536D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,83,109); }

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

background-color css

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

 a { background-color: rgb(59,83,109); }

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

border-color css

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

 span { border-color: rgb(59,83,109); }

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