Html Css Color HEX #425397 Governor Bay

📋 copy color: '#425397'

red 66 ◦ green 83 ◦ blue 151

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

Shades of Governor Bay #425397

Tints of Governor Bay #425397

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.67%

 BLUE value IS 151 (59.38% from 255) = 50.33%

R = 22%
G = 27.67%
B = 50.33%

CMYK

 C value IS 0.56

 M value IS 0.45

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#425397 (or 0x425397) is known color: Governor Bay. HEX triplet: 42, 53 and 97. RGB value is (66,83,151). Sum of RGB (Red+Green+Blue) = 66+83+151=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 83 (32.81% from 255 or 27.67% from 300); Blue value is 151 (59.38% from 255 or 50.33% from 300); Max value from RGB is 151 - color contains mainly: blue. Hex color #425397 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425397 is #BDAC68. Grayscale: #555555. Windows color (decimal): -12430441 or 9917250. OLE color: 9917250.

HSL color Cylindrical-coordinate representation of color #425397: hue angle of 228º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #425397 is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 66 83 151 -
CMYK 0.56 0.45 0 0.41
HSL 228º 0.39% 0.43% -
HSV(B) 228º 0.56% 0.59% -
XYZ 10.93 9.58 30.55 -
YUV 85.67 164.87 113.97 -
System Red Green Blue C M Y K H S L
Decimal 66 83 151 0.56 0.45 0 0.41 228 0.39 0.43
Hex 42 53 97 38 2D 0 29 E4 27 2B
Octal 102 123 227 70 55 0 51 344 47 53
Binary 1000010 1010011 10010111 111000 101101 0 101001 11100100 100111 101011

Color Harmonies of #425397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425397

Black with #425397

Text Example


Text Example

White with #425397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425397; }

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

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

background-color css

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

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

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

border-color css

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

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

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