#425098

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

Shades of Governor Bay #425098

Tints of Governor Bay #425098

Color information

#425098 (or 0x425098) is unknown color: approx Governor Bay. HEX triplet: 42, 50 and 98. RGB value is (66,80,152). Sum of RGB (Red+Green+Blue) = 66+80+152=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 80 (31.64% from 255 or 26.85% from 298); Blue value is 152 (59.77% from 255 or 51.01% from 298); Max value from RGB is 152 - color contains mainly: blue. Hex color #425098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425098 is #BDAF67. Grayscale: #535353. Windows color (decimal): -12431208 or 9982018. OLE color: 9982018.

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

Color convert

RGB6680152-
CMYK0.570.4700.40
HSL230.23º39.45%42.75%-
HSV(B)230.23º56.58%59.61%-
XYZ10.789.1630.91-
YUV84.02166.36115.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.15%
GREEN value IS 80 (31.64% from 255) = 26.85%
BLUE value IS 152 (59.77% from 255) = 51.01%
R=22.15%
G=26.85%
B=51.01%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal66801520.570.4700.40230.2339.4542.75
Hex425098392F028e6272b
Octal10212023071570503464753
Binary1000010101000010011000111001101111010100011100110100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425098; }

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

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

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

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

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

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

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

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