Html Css Color HEX #425299 Governor Bay

📋 copy color: '#425299'

red 66 ◦ green 82 ◦ blue 153

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

Shades of Governor Bay #425299

Tints of Governor Bay #425299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 50.83%

R = 21.93%
G = 27.24%
B = 50.83%

CMYK

 C value IS 0.57

 M value IS 0.46

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#425299 (or 0x425299) is known color: Governor Bay. HEX triplet: 42, 52 and 99. RGB value is (66,82,153). Sum of RGB (Red+Green+Blue) = 66+82+153=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 153 (60.16% from 255 or 50.83% from 301); Max value from RGB is 153 - color contains mainly: blue. Hex color #425299 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425299 is #BDAD66. Grayscale: #555555. Windows color (decimal): -12430695 or 10048066. OLE color: 10048066.

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

Color convert

RGB 66 82 153 -
CMYK 0.57 0.46 0 0.4
HSL 228.97º 0.4% 0.43% -
HSV(B) 228.97º 0.57% 0.6% -
XYZ 11.01 9.49 31.39 -
YUV 85.31 166.2 114.23 -
System Red Green Blue C M Y K H S L
Decimal 66 82 153 0.57 0.46 0 0.4 228.97 0.4 0.43
Hex 42 52 99 39 2E 0 28 E5 28 2B
Octal 102 122 231 71 56 0 50 345 50 53
Binary 1000010 1010010 10011001 111001 101110 0 101000 11100101 101000 101011

Color Harmonies of #425299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425299

Black with #425299

Text Example


Text Example

White with #425299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425299; }

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

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

background-color css

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

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

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

border-color css

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

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

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