#42539C

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

Shades of Governor Bay #42539C

Tints of Governor Bay #42539C

Color information

#42539C (or 0x42539C) is unknown color: approx Governor Bay. HEX triplet: 42, 53 and 9C. RGB value is (66,83,156). Sum of RGB (Red+Green+Blue) = 66+83+156=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 156 (61.33% from 255 or 51.15% from 305); Max value from RGB is 156 - color contains mainly: blue. Hex color #42539C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42539C is #BDAC63. Grayscale: #555555. Windows color (decimal): -12430436 or 10244930. OLE color: 10244930.

HSL color Cylindrical-coordinate representation of color #42539C: hue angle of 228.67º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42539C is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6683156-
CMYK0.580.4700.39
HSL228.67º40.54%43.53%-
HSV(B)228.67º57.69%61.18%-
XYZ11.349.7532.74-
YUV86.24167.37113.56-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.64%
GREEN value IS 83 (32.81% from 255) = 27.21%
BLUE value IS 156 (61.33% from 255) = 51.15%
R=21.64%
G=27.21%
B=51.15%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal66831560.580.4700.39228.6740.5443.53
Hex42539C3A2F027e5292c
Octal10212323472570473455154
Binary1000010101001110011100111010101111010011111100101101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42539C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42539C; }

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

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

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

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

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

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

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

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