#3A7885

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

Shades of Calypso #3A7885

Tints of Calypso #3A7885

Color information

#3A7885 (or 0x3A7885) is unknown color: approx Calypso. HEX triplet: 3A, 78 and 85. RGB value is (58,120,133). Sum of RGB (Red+Green+Blue) = 58+120+133=311 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.65% from 311); Green value is 120 (47.27% from 255 or 38.59% from 311); Blue value is 133 (52.34% from 255 or 42.77% from 311); Max value from RGB is 133 - color contains mainly: blue. Hex color #3A7885 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7885 is #C5877A. Grayscale: #666666. Windows color (decimal): -12945275 or 8747066. OLE color: 8747066.

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

Color convert

RGB58120133-
CMYK0.560.1000.48
HSL190.4º39.27%37.45%-
HSV(B)190.4º56.39%52.16%-
XYZ12.716.0324.61-
YUV102.94144.9695.94-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.65%
GREEN value IS 120 (47.27% from 255) = 38.59%
BLUE value IS 133 (52.34% from 255) = 42.77%
R=18.65%
G=38.59%
B=42.77%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal581201330.560.1000.48190.439.2737.45
Hex3A788538A030be2725
Octal7217020570120602764745
Binary1110101111000100001011110001010011000010111110100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,120,133); }

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

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

 a { background-color: rgb(58,120,133); }

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

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

 span { border-color: rgb(58,120,133); }

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