#425398

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

Shades of Governor Bay #425398

Tints of Governor Bay #425398

Color information

#425398 (or 0x425398) is unknown color: approx Governor Bay. HEX triplet: 42, 53 and 98. RGB value is (66,83,152). Sum of RGB (Red+Green+Blue) = 66+83+152=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 83 (32.81% from 255 or 27.57% from 301); Blue value is 152 (59.77% from 255 or 50.50% from 301); Max value from RGB is 152 - color contains mainly: blue. Hex color #425398 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425398 is #BDAC67. Grayscale: #555555. Windows color (decimal): -12430440 or 9982786. OLE color: 9982786.

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

Color convert

RGB6683152-
CMYK0.570.4500.40
HSL228.14º39.45%42.75%-
HSV(B)228.14º56.58%59.61%-
XYZ11.019.6130.98-
YUV85.78165.37113.89-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.93%
GREEN value IS 83 (32.81% from 255) = 27.57%
BLUE value IS 152 (59.77% from 255) = 50.50%
R=21.93%
G=27.57%
B=50.50%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal66831520.570.4500.40228.1439.4542.75
Hex425398392D028e4272b
Octal10212323071550503444753
Binary1000010101001110011000111001101101010100011100100100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425398; }

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

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

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

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

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

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

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

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