Html Css Color HEX #3B7180 Calypso

📋 copy color: '#3B7180'

red 59 ◦ green 113 ◦ blue 128

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

Shades of Calypso #3B7180

Tints of Calypso #3B7180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 42.67%

R = 19.67%
G = 37.67%
B = 42.67%

CMYK

 C value IS 0.54

 M value IS 0.12

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3B7180 (or 0x3B7180) is known color: Calypso. HEX triplet: 3B, 71 and 80. RGB value is (59,113,128). Sum of RGB (Red+Green+Blue) = 59+113+128=300 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.67% from 300); Green value is 113 (44.53% from 255 or 37.67% from 300); Blue value is 128 (50.39% from 255 or 42.67% from 300); Max value from RGB is 128 - color contains mainly: blue. Hex color #3B7180 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B7180 is #C48E7F. Grayscale: #626262. Windows color (decimal): -12881536 or 8417595. OLE color: 8417595.

HSL color Cylindrical-coordinate representation of color #3B7180: hue angle of 193.04º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3B7180 is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 59 113 128 -
CMYK 0.54 0.12 0 0.50
HSL 193.04º 0.37% 0.37% -
HSV(B) 193.04º 0.54% 0.5% -
XYZ 11.61 14.3 22.57 -
YUV 98.56 144.61 99.78 -
System Red Green Blue C M Y K H S L
Decimal 59 113 128 0.54 0.12 0 0.50 193.04 0.37 0.37
Hex 3B 71 80 36 C 0 32 C1 25 25
Octal 73 161 200 66 14 0 62 301 45 45
Binary 111011 1110001 10000000 110110 1100 0 110010 11000001 100101 100101

Color Harmonies of #3B7180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7180

Black with #3B7180

Text Example


Text Example

White with #3B7180

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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