Html Css Color HEX #42529C Governor Bay

📋 copy color: '#42529C'

red 66 ◦ green 82 ◦ blue 156

#42529C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Governor Bay #42529C

Tints of Governor Bay #42529C

RGB

 RED value IS 66 (26.17% from 255) = 21.71%

 GREEN value IS 82 (32.42% from 255) = 26.97%

 BLUE value IS 156 (61.33% from 255) = 51.32%

R = 21.71%
G = 26.97%
B = 51.32%

CMYK

 C value IS 0.58

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#42529C (or 0x42529C) is known color: Governor Bay. HEX triplet: 42, 52 and 9C. RGB value is (66,82,156). Sum of RGB (Red+Green+Blue) = 66+82+156=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 156 (61.33% from 255 or 51.32% from 304); Max value from RGB is 156 - color contains mainly: blue. Hex color #42529C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42529C is #BDAD63. Grayscale: #555555. Windows color (decimal): -12430692 or 10244674. OLE color: 10244674.

HSL color Cylindrical-coordinate representation of color #42529C: hue angle of 229.33º 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 #42529C is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 66 82 156 -
CMYK 0.58 0.47 0 0.39
HSL 229.33º 0.41% 0.44% -
HSV(B) 229.33º 0.58% 0.61% -
XYZ 11.26 9.59 32.71 -
YUV 85.65 167.7 113.98 -
System Red Green Blue C M Y K H S L
Decimal 66 82 156 0.58 0.47 0 0.39 229.33 0.41 0.44
Hex 42 52 9C 3A 2F 0 27 E5 29 2C
Octal 102 122 234 72 57 0 47 345 51 54
Binary 1000010 1010010 10011100 111010 101111 0 100111 11100101 101001 101100

Color Harmonies of #42529C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42529C

Black with #42529C

Text Example


Text Example

White with #42529C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #42529C;
 }
 .AnyTagClassName
 {
   color: #42529C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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