#425298

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

Shades of Governor Bay #425298

Tints of Governor Bay #425298

Color information

#425298 (or 0x425298) is unknown color: approx Governor Bay. HEX triplet: 42, 52 and 98. RGB value is (66,82,152). Sum of RGB (Red+Green+Blue) = 66+82+152=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 152 (59.77% from 255 or 50.67% from 300); Max value from RGB is 152 - color contains mainly: blue. Hex color #425298 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425298 is #BDAD67. Grayscale: #545454. Windows color (decimal): -12430696 or 9982530. OLE color: 9982530.

HSL color Cylindrical-coordinate representation of color #425298: hue angle of 228.84º degrees, saturation: 0.39, 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 #425298 is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6682152-
CMYK0.570.4600.40
HSL228.84º39.45%42.75%-
HSV(B)228.84º56.58%59.61%-
XYZ10.939.4630.96-
YUV85.2165.7114.31-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22%
GREEN value IS 82 (32.42% from 255) = 27.33%
BLUE value IS 152 (59.77% from 255) = 50.67%
R=22%
G=27.33%
B=50.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal66821520.570.4600.40228.8439.4542.75
Hex425298392E028e5272b
Octal10212223071560503454753
Binary1000010101001010011000111001101110010100011100101100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425298; }

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

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

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

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

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

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

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

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