#425299

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

Shades of Governor Bay #425299

Tints of Governor Bay #425299

Color information

#425299 (or 0x425299) is unknown color: approx Governor Bay. HEX triplet: 42, 52 and 99. RGB value is (66,82,153). Sum of RGB (Red+Green+Blue) = 66+82+153=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 153 (60.16% from 255 or 50.83% from 301); Max value from RGB is 153 - color contains mainly: blue. Hex color #425299 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425299 is #BDAD66. Grayscale: #555555. Windows color (decimal): -12430695 or 10048066. OLE color: 10048066.

HSL color Cylindrical-coordinate representation of color #425299: hue angle of 228.97º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #425299 is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6682153-
CMYK0.570.4600.4
HSL228.97º39.73%42.94%-
HSV(B)228.97º56.86%60%-
XYZ11.019.4931.39-
YUV85.31166.2114.23-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.93%
GREEN value IS 82 (32.42% from 255) = 27.24%
BLUE value IS 153 (60.16% from 255) = 50.83%
R=21.93%
G=27.24%
B=50.83%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal66821530.570.4600.4228.9739.7342.94
Hex425299392E028e5282b
Octal10212223171560503455053
Binary1000010101001010011001111001101110010100011100101101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425299; }

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

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

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

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

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

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

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

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