Html Css Color HEX #3B7188 Calypso

📋 copy color: '#3B7188'

red 59 ◦ green 113 ◦ blue 136

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

Shades of Calypso #3B7188

Tints of Calypso #3B7188

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.69%

 BLUE value IS 136 (53.52% from 255) = 44.16%

R = 19.16%
G = 36.69%
B = 44.16%

CMYK

 C value IS 0.57

 M value IS 0.17

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3B7188 (or 0x3B7188) is known color: Calypso. HEX triplet: 3B, 71 and 88. RGB value is (59,113,136). Sum of RGB (Red+Green+Blue) = 59+113+136=308 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.16% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 136 (53.52% from 255 or 44.16% from 308); Max value from RGB is 136 - color contains mainly: blue. Hex color #3B7188 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B7188 is #C48E77. Grayscale: #636363. Windows color (decimal): -12881528 or 8941883. OLE color: 8941883.

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

Color convert

RGB 59 113 136 -
CMYK 0.57 0.17 0 0.47
HSL 197.92º 0.39% 0.38% -
HSV(B) 197.92º 0.57% 0.53% -
XYZ 12.15 14.52 25.45 -
YUV 99.48 148.61 99.13 -
System Red Green Blue C M Y K H S L
Decimal 59 113 136 0.57 0.17 0 0.47 197.92 0.39 0.38
Hex 3B 71 88 39 11 0 2F C6 27 26
Octal 73 161 210 71 21 0 57 306 47 46
Binary 111011 1110001 10001000 111001 10001 0 101111 11000110 100111 100110

Color Harmonies of #3B7188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7188

Black with #3B7188

Text Example


Text Example

White with #3B7188

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,113,136); }

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

background-color css

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

 a { background-color: rgb(59,113,136); }

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

border-color css

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

 span { border-color: rgb(59,113,136); }

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