#42539B

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

Shades of Governor Bay #42539B

Tints of Governor Bay #42539B

Color information

#42539B (or 0x42539B) is unknown color: approx Governor Bay. HEX triplet: 42, 53 and 9B. RGB value is (66,83,155). Sum of RGB (Red+Green+Blue) = 66+83+155=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 155 (60.94% from 255 or 50.99% from 304); Max value from RGB is 155 - color contains mainly: blue. Hex color #42539B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42539B is #BDAC64. Grayscale: #555555. Windows color (decimal): -12430437 or 10179394. OLE color: 10179394.

HSL color Cylindrical-coordinate representation of color #42539B: hue angle of 228.54º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #42539B is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6683155-
CMYK0.570.4600.39
HSL228.54º40.27%43.33%-
HSV(B)228.54º57.42%60.78%-
XYZ11.269.7132.29-
YUV86.12166.87113.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.71%
GREEN value IS 83 (32.81% from 255) = 27.30%
BLUE value IS 155 (60.94% from 255) = 50.99%
R=21.71%
G=27.30%
B=50.99%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal66831550.570.4600.39228.5440.2743.33
Hex42539B392E027e5282b
Octal10212323371560473455053
Binary1000010101001110011011111001101110010011111100101101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42539B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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