#41738D

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

Shades of Calypso #41738D

Tints of Calypso #41738D

Color information

#41738D (or 0x41738D) is unknown color: approx Calypso. HEX triplet: 41, 73 and 8D. RGB value is (65,115,141). Sum of RGB (Red+Green+Blue) = 65+115+141=321 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.25% from 321); Green value is 115 (45.31% from 255 or 35.83% from 321); Blue value is 141 (55.47% from 255 or 43.93% from 321); Max value from RGB is 141 - color contains mainly: blue. Hex color #41738D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41738D is #BE8C72. Grayscale: #666666. Windows color (decimal): -12487795 or 9270081. OLE color: 9270081.

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

Color convert

RGB65115141-
CMYK0.540.1800.45
HSL200.53º36.89%40.39%-
HSV(B)200.53º53.9%55.29%-
XYZ13.1215.3127.46-
YUV103.01149.44100.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.25%
GREEN value IS 115 (45.31% from 255) = 35.83%
BLUE value IS 141 (55.47% from 255) = 43.93%
R=20.25%
G=35.83%
B=43.93%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal651151410.540.1800.45200.5336.8940.39
Hex41738D361202Dc92528
Octal10116321566220553114550
Binary100000111100111000110111011010010010110111001001100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41738D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41738D; }

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

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

<style>
 a { background-color: #41738D; }

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

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

<style>
 span { border-color: #41738D; }

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

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