Html Css Color HEX #42529D Governor Bay

📋 copy color: '#42529D'

red 66 ◦ green 82 ◦ blue 157

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

Shades of Governor Bay #42529D

Tints of Governor Bay #42529D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 51.48%

R = 21.64%
G = 26.89%
B = 51.48%

CMYK

 C value IS 0.58

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#42529D (or 0x42529D) is known color: Governor Bay. HEX triplet: 42, 52 and 9D. RGB value is (66,82,157). Sum of RGB (Red+Green+Blue) = 66+82+157=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 157 (61.72% from 255 or 51.48% from 305); Max value from RGB is 157 - color contains mainly: blue. Hex color #42529D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42529D is #BDAD62. Grayscale: #555555. Windows color (decimal): -12430691 or 10310210. OLE color: 10310210.

HSL color Cylindrical-coordinate representation of color #42529D: hue angle of 229.45º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42529D is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 66 82 157 -
CMYK 0.58 0.48 0 0.38
HSL 229.45º 0.41% 0.44% -
HSV(B) 229.45º 0.58% 0.62% -
XYZ 11.35 9.63 33.16 -
YUV 85.77 168.2 113.9 -
System Red Green Blue C M Y K H S L
Decimal 66 82 157 0.58 0.48 0 0.38 229.45 0.41 0.44
Hex 42 52 9D 3A 30 0 26 E5 29 2C
Octal 102 122 235 72 60 0 46 345 51 54
Binary 1000010 1010010 10011101 111010 110000 0 100110 11100101 101001 101100

Color Harmonies of #42529D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42529D

Black with #42529D

Text Example


Text Example

White with #42529D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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