#42529E

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

Shades of Governor Bay #42529E

Tints of Governor Bay #42529E

Color information

#42529E (or 0x42529E) is unknown color: approx Governor Bay. HEX triplet: 42, 52 and 9E. RGB value is (66,82,158). Sum of RGB (Red+Green+Blue) = 66+82+158=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 158 (62.11% from 255 or 51.63% from 306); Max value from RGB is 158 - color contains mainly: blue. Hex color #42529E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42529E is #BDAD61. Grayscale: #555555. Windows color (decimal): -12430690 or 10375746. OLE color: 10375746.

HSL color Cylindrical-coordinate representation of color #42529E: hue angle of 229.57º 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 #42529E is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6682158-
CMYK0.580.4800.38
HSL229.57º41.07%43.92%-
HSV(B)229.57º58.23%61.96%-
XYZ11.449.6633.61-
YUV85.88168.7113.82-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.57%
GREEN value IS 82 (32.42% from 255) = 26.80%
BLUE value IS 158 (62.11% from 255) = 51.63%
R=21.57%
G=26.80%
B=51.63%

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
Decimal66821580.580.4800.38229.5741.0743.92
Hex42529E3A30026e6292c
Octal10212223672600463465154
Binary1000010101001010011110111010110000010011011100110101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42529E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42529E; }

 p { color: rgb(66,82,158); }

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

<style>
 a { background-color: #42529E; }

 a { background-color: rgb(66,82,158); }

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

<style>
 span { border-color: #42529E; }

 span { border-color: rgb(66,82,158); }

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