#425296

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

Shades of Governor Bay #425296

Tints of Governor Bay #425296

Color information

#425296 (or 0x425296) is unknown color: approx Governor Bay. HEX triplet: 42, 52 and 96. RGB value is (66,82,150). Sum of RGB (Red+Green+Blue) = 66+82+150=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 82 (32.42% from 255 or 27.52% from 298); Blue value is 150 (58.98% from 255 or 50.34% from 298); Max value from RGB is 150 - color contains mainly: blue. Hex color #425296 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425296 is #BDAD69. Grayscale: #545454. Windows color (decimal): -12430698 or 9851458. OLE color: 9851458.

HSL color Cylindrical-coordinate representation of color #425296: hue angle of 228.57º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #425296 is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6682150-
CMYK0.560.4500.41
HSL228.57º38.89%42.35%-
HSV(B)228.57º56%58.82%-
XYZ10.779.3930.1-
YUV84.97164.7114.47-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.15%
GREEN value IS 82 (32.42% from 255) = 27.52%
BLUE value IS 150 (58.98% from 255) = 50.34%
R=22.15%
G=27.52%
B=50.34%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal66821500.560.4500.41228.5738.8942.35
Hex425296382D029e5272a
Octal10212222670550513454752
Binary1000010101001010010110111000101101010100111100101100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425296; }

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

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

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

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

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

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

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

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