#3D738D

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

Shades of Calypso #3D738D

Tints of Calypso #3D738D

Color information

#3D738D (or 0x3D738D) is unknown color: approx Calypso. HEX triplet: 3D, 73 and 8D. RGB value is (61,115,141). Sum of RGB (Red+Green+Blue) = 61+115+141=317 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.24% from 317); Green value is 115 (45.31% from 255 or 36.28% from 317); Blue value is 141 (55.47% from 255 or 44.48% from 317); Max value from RGB is 141 - color contains mainly: blue. Hex color #3D738D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D738D is #C28C72. Grayscale: #656565. Windows color (decimal): -12749939 or 9270077. OLE color: 9270077.

HSL color Cylindrical-coordinate representation of color #3D738D: hue angle of 199.5º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3D738D is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB61115141-
CMYK0.570.1800.45
HSL199.5º39.6%39.61%-
HSV(B)199.5º56.74%55.29%-
XYZ12.8615.1827.45-
YUV101.82150.1198.89-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.24%
GREEN value IS 115 (45.31% from 255) = 36.28%
BLUE value IS 141 (55.47% from 255) = 44.48%
R=19.24%
G=36.28%
B=44.48%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal611151410.570.1800.45199.539.639.61
Hex3D738D391202Dc82828
Octal7516321571220553105050
Binary11110111100111000110111100110010010110111001000101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D738D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,115,141); }

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

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

 a { background-color: rgb(61,115,141); }

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

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

 span { border-color: rgb(61,115,141); }

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