#42539F

Color #42539F Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #42539F

Tints of Governor Bay #42539F

Color information

#42539F (or 0x42539F) is unknown color: approx Governor Bay. HEX triplet: 42, 53 and 9F. RGB value is (66,83,159). Sum of RGB (Red+Green+Blue) = 66+83+159=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 159 (62.5% from 255 or 51.62% from 308); Max value from RGB is 159 - color contains mainly: blue. Hex color #42539F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42539F is #BDAC60. Grayscale: #565656. Windows color (decimal): -12430433 or 10441538. OLE color: 10441538.

HSL color Cylindrical-coordinate representation of color #42539F: hue angle of 229.03º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42539F is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6683159-
CMYK0.580.4800.38
HSL229.03º41.33%44.12%-
HSV(B)229.03º58.49%62.35%-
XYZ11.69.8534.09-
YUV86.58168.87113.32-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.43%
GREEN value IS 83 (32.81% from 255) = 26.95%
BLUE value IS 159 (62.5% from 255) = 51.62%
R=21.43%
G=26.95%
B=51.62%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal66831590.580.4800.38229.0341.3344.12
Hex42539F3A30026e5292c
Octal10212323772600463455154
Binary1000010101001110011111111010110000010011011100101101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42539F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42539F; }

 p { color: rgb(66,83,159); }

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

<style>
 a { background-color: #42539F; }

 a { background-color: rgb(66,83,159); }

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

<style>
 span { border-color: #42539F; }

 span { border-color: rgb(66,83,159); }

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