#3D748A

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

Shades of Calypso #3D748A

Tints of Calypso #3D748A

Color information

#3D748A (or 0x3D748A) is unknown color: approx Calypso. HEX triplet: 3D, 74 and 8A. RGB value is (61,116,138). Sum of RGB (Red+Green+Blue) = 61+116+138=315 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.37% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 138 (54.30% from 255 or 43.81% from 315); Max value from RGB is 138 - color contains mainly: blue. Hex color #3D748A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D748A is #C28B75. Grayscale: #656565. Windows color (decimal): -12749686 or 9073725. OLE color: 9073725.

HSL color Cylindrical-coordinate representation of color #3D748A: hue angle of 197.14º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D748A is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB61116138-
CMYK0.560.1600.46
HSL197.14º38.69%39.02%-
HSV(B)197.14º55.8%54.12%-
XYZ12.7615.3226.33-
YUV102.06148.2898.71-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.37%
GREEN value IS 116 (45.70% from 255) = 36.83%
BLUE value IS 138 (54.30% from 255) = 43.81%
R=19.37%
G=36.83%
B=43.81%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal611161380.560.1600.46197.1438.6939.02
Hex3D748A381002Ec52727
Octal7516421270200563054747
Binary11110111101001000101011100010000010111011000101100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D748A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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