#42738B

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

Shades of Calypso #42738B

Tints of Calypso #42738B

Color information

#42738B (or 0x42738B) is unknown color: approx Calypso. HEX triplet: 42, 73 and 8B. RGB value is (66,115,139). Sum of RGB (Red+Green+Blue) = 66+115+139=320 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.62% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 139 (54.69% from 255 or 43.44% from 320); Max value from RGB is 139 - color contains mainly: blue. Hex color #42738B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42738B is #BD8C74. Grayscale: #666666. Windows color (decimal): -12422261 or 9139010. OLE color: 9139010.

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

Color convert

RGB66115139-
CMYK0.530.1700.45
HSL199.73º35.61%40.2%-
HSV(B)199.73º52.52%54.51%-
XYZ13.0415.2826.69-
YUV103.08148.27101.55-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.62%
GREEN value IS 115 (45.31% from 255) = 35.94%
BLUE value IS 139 (54.69% from 255) = 43.44%
R=20.62%
G=35.94%
B=43.44%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal661151390.530.1700.45199.7335.6140.2
Hex42738B351102Dc82428
Octal10216321365210553104450
Binary100001011100111000101111010110001010110111001000100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42738B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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