#3C738E

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

Shades of Calypso #3C738E

Tints of Calypso #3C738E

Color information

#3C738E (or 0x3C738E) is unknown color: approx Calypso. HEX triplet: 3C, 73 and 8E. RGB value is (60,115,142). Sum of RGB (Red+Green+Blue) = 60+115+142=317 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.93% from 317); Green value is 115 (45.31% from 255 or 36.28% from 317); Blue value is 142 (55.86% from 255 or 44.79% from 317); Max value from RGB is 142 - color contains mainly: blue. Hex color #3C738E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C738E is #C38C71. Grayscale: #656565. Windows color (decimal): -12815474 or 9335612. OLE color: 9335612.

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

Color convert

RGB60115142-
CMYK0.580.1900.44
HSL199.76º40.59%39.61%-
HSV(B)199.76º57.75%55.69%-
XYZ12.8815.1827.84-
YUV101.63150.7898.3-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.93%
GREEN value IS 115 (45.31% from 255) = 36.28%
BLUE value IS 142 (55.86% from 255) = 44.79%
R=18.93%
G=36.28%
B=44.79%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal601151420.580.1900.44199.7640.5939.61
Hex3C738E3A1302Cc82928
Octal7416321672230543105150
Binary11110011100111000111011101010011010110011001000101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C738E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,115,142); }

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

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

 a { background-color: rgb(60,115,142); }

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

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

 span { border-color: rgb(60,115,142); }

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