#3B7284

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

Shades of Calypso #3B7284

Tints of Calypso #3B7284

Color information

#3B7284 (or 0x3B7284) is unknown color: approx Calypso. HEX triplet: 3B, 72 and 84. RGB value is (59,114,132). Sum of RGB (Red+Green+Blue) = 59+114+132=305 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.34% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 132 (51.95% from 255 or 43.28% from 305); Max value from RGB is 132 - color contains mainly: blue. Hex color #3B7284 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B7284 is #C48D7B. Grayscale: #636363. Windows color (decimal): -12881276 or 8679995. OLE color: 8679995.

HSL color Cylindrical-coordinate representation of color #3B7284: hue angle of 194.79º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3B7284 is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB59114132-
CMYK0.550.1400.48
HSL194.79º38.22%37.45%-
HSV(B)194.79º55.3%51.76%-
XYZ11.9914.6324.02-
YUV99.61146.2899.04-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.34%
GREEN value IS 114 (44.92% from 255) = 37.38%
BLUE value IS 132 (51.95% from 255) = 43.28%
R=19.34%
G=37.38%
B=43.28%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal591141320.550.1400.48194.7938.2237.45
Hex3B728437E030c32625
Octal7316220467160603034645
Binary1110111110010100001001101111110011000011000011100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,114,132); }

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

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

 a { background-color: rgb(59,114,132); }

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

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

 span { border-color: rgb(59,114,132); }

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