#3A748F

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

Shades of Calypso #3A748F

Tints of Calypso #3A748F

Color information

#3A748F (or 0x3A748F) is unknown color: approx Calypso. HEX triplet: 3A, 74 and 8F. RGB value is (58,116,143). Sum of RGB (Red+Green+Blue) = 58+116+143=317 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.30% from 317); Green value is 116 (45.70% from 255 or 36.59% from 317); Blue value is 143 (56.25% from 255 or 45.11% from 317); Max value from RGB is 143 - color contains mainly: blue. Hex color #3A748F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A748F is #C58B70. Grayscale: #656565. Windows color (decimal): -12946289 or 9401402. OLE color: 9401402.

HSL color Cylindrical-coordinate representation of color #3A748F: hue angle of 199.06º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A748F is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB58116143-
CMYK0.590.1900.44
HSL199.06º42.29%39.41%-
HSV(B)199.06º59.44%56.08%-
XYZ12.9515.3728.27-
YUV101.74151.2896.8-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.30%
GREEN value IS 116 (45.70% from 255) = 36.59%
BLUE value IS 143 (56.25% from 255) = 45.11%
R=18.30%
G=36.59%
B=45.11%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal581161430.590.1900.44199.0642.2939.41
Hex3A748F3B1302Cc72a27
Octal7216421773230543075247
Binary11101011101001000111111101110011010110011000111101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A748F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,116,143); }

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

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

 a { background-color: rgb(58,116,143); }

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

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

 span { border-color: rgb(58,116,143); }

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