#3D748F

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

Shades of Calypso #3D748F

Tints of Calypso #3D748F

Color information

#3D748F (or 0x3D748F) is unknown color: approx Calypso. HEX triplet: 3D, 74 and 8F. RGB value is (61,116,143). Sum of RGB (Red+Green+Blue) = 61+116+143=320 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.06% from 320); Green value is 116 (45.70% from 255 or 36.25% from 320); Blue value is 143 (56.25% from 255 or 44.69% from 320); Max value from RGB is 143 - color contains mainly: blue. Hex color #3D748F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D748F is #C28B70. Grayscale: #666666. Windows color (decimal): -12749681 or 9401405. OLE color: 9401405.

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

Color convert

RGB61116143-
CMYK0.570.1900.44
HSL199.76º40.2%40%-
HSV(B)199.76º57.34%56.08%-
XYZ13.1315.4728.28-
YUV102.63150.7898.3-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.06%
GREEN value IS 116 (45.70% from 255) = 36.25%
BLUE value IS 143 (56.25% from 255) = 44.69%
R=19.06%
G=36.25%
B=44.69%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal611161430.570.1900.44199.7640.240
Hex3D748F391302Cc82828
Octal7516421771230543105050
Binary11110111101001000111111100110011010110011001000101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D748F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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