#347B87

Color #347B87 Calypso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Calypso #347B87

Tints of Calypso #347B87

Color information

#347B87 (or 0x347B87) is unknown color: approx Calypso. HEX triplet: 34, 7B and 87. RGB value is (52,123,135). Sum of RGB (Red+Green+Blue) = 52+123+135=310 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.77% from 310); Green value is 123 (48.44% from 255 or 39.68% from 310); Blue value is 135 (53.12% from 255 or 43.55% from 310); Max value from RGB is 135 - color contains mainly: blue. Hex color #347B87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347B87 is #CB8478. Grayscale: #676767. Windows color (decimal): -13337721 or 8878900. OLE color: 8878900.

HSL color Cylindrical-coordinate representation of color #347B87: hue angle of 188.67º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #347B87 is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB52123135-
CMYK0.610.0900.47
HSL188.67º44.39%36.67%-
HSV(B)188.67º61.48%52.94%-
XYZ12.8716.6525.46-
YUV103.14145.9891.52-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.77%
GREEN value IS 123 (48.44% from 255) = 39.68%
BLUE value IS 135 (53.12% from 255) = 43.55%
R=16.77%
G=39.68%
B=43.55%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal521231350.610.0900.47188.6744.3936.67
Hex347B873D902Fbd2c25
Octal6417320775110572755445
Binary1101001111011100001111111011001010111110111101101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347B87; }

 p { color: rgb(52,123,135); }

 H1.HeaderClassName
 {
   color: #347B87;
 }
 .AnyTagClassName
 {
   color: #347B87;
 }
</style>
background-color css

<style>
 a { background-color: #347B87; }

 a { background-color: rgb(52,123,135); }

 div.DivClassName
 {
   background-color: #347B87;
 }
 .BgClassName
 {
   background-color: #347B87;
 }
</style>
border-color css

<style>
 span { border-color: #347B87; }

 span { border-color: rgb(52,123,135); }

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