#42738D

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

Shades of Calypso #42738D

Tints of Calypso #42738D

Color information

#42738D (or 0x42738D) is unknown color: approx Calypso. HEX triplet: 42, 73 and 8D. RGB value is (66,115,141). Sum of RGB (Red+Green+Blue) = 66+115+141=322 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.50% from 322); Green value is 115 (45.31% from 255 or 35.71% from 322); Blue value is 141 (55.47% from 255 or 43.79% from 322); Max value from RGB is 141 - color contains mainly: blue. Hex color #42738D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42738D is #BD8C72. Grayscale: #676767. Windows color (decimal): -12422259 or 9270082. OLE color: 9270082.

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

Color convert

RGB66115141-
CMYK0.530.1800.45
HSL200.8º36.23%40.59%-
HSV(B)200.8º53.19%55.29%-
XYZ13.1915.3427.47-
YUV103.31149.27101.39-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.50%
GREEN value IS 115 (45.31% from 255) = 35.71%
BLUE value IS 141 (55.47% from 255) = 43.79%
R=20.50%
G=35.71%
B=43.79%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal661151410.530.1800.45200.836.2340.59
Hex42738D351202Dc92429
Octal10216321565220553114451
Binary100001011100111000110111010110010010110111001001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42738D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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