Html Css Color HEX #3B6E87 Calypso

📋 copy color: '#3B6E87'

red 59 ◦ green 110 ◦ blue 135

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

Shades of Calypso #3B6E87

Tints of Calypso #3B6E87

RGB

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

 GREEN value IS 110 (43.36% from 255) = 36.18%

 BLUE value IS 135 (53.13% from 255) = 44.41%

R = 19.41%
G = 36.18%
B = 44.41%

CMYK

 C value IS 0.56

 M value IS 0.19

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3B6E87 (or 0x3B6E87) is known color: Calypso. HEX triplet: 3B, 6E and 87. RGB value is (59,110,135). Sum of RGB (Red+Green+Blue) = 59+110+135=304 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.41% from 304); Green value is 110 (43.36% from 255 or 36.18% from 304); Blue value is 135 (53.12% from 255 or 44.41% from 304); Max value from RGB is 135 - color contains mainly: blue. Hex color #3B6E87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B6E87 is #C49178. Grayscale: #616161. Windows color (decimal): -12882297 or 8875579. OLE color: 8875579.

HSL color Cylindrical-coordinate representation of color #3B6E87: hue angle of 199.74º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3B6E87 is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 59 110 135 -
CMYK 0.56 0.19 0 0.47
HSL 199.74º 0.39% 0.38% -
HSV(B) 199.74º 0.56% 0.53% -
XYZ 11.75 13.83 24.97 -
YUV 97.6 149.1 100.47 -
System Red Green Blue C M Y K H S L
Decimal 59 110 135 0.56 0.19 0 0.47 199.74 0.39 0.38
Hex 3B 6E 87 38 13 0 2F C8 27 26
Octal 73 156 207 70 23 0 57 310 47 46
Binary 111011 1101110 10000111 111000 10011 0 101111 11001000 100111 100110

Color Harmonies of #3B6E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B6E87

Black with #3B6E87

Text Example


Text Example

White with #3B6E87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,110,135); }

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

background-color css

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

 a { background-color: rgb(59,110,135); }

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

border-color css

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

 span { border-color: rgb(59,110,135); }

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