Html Css Color HEX #3B49AA Governor Bay

📋 copy color: '#3B49AA'

red 59 ◦ green 73 ◦ blue 170

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

Shades of Governor Bay #3B49AA

Tints of Governor Bay #3B49AA

RGB

 RED value IS 59 (23.44% from 255) = 19.54%

 GREEN value IS 73 (28.91% from 255) = 24.17%

 BLUE value IS 170 (66.8% from 255) = 56.29%

R = 19.54%
G = 24.17%
B = 56.29%

CMYK

 C value IS 0.65

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3B49AA (or 0x3B49AA) is known color: Governor Bay. HEX triplet: 3B, 49 and AA. RGB value is (59,73,170). Sum of RGB (Red+Green+Blue) = 59+73+170=302 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.54% from 302); Green value is 73 (28.91% from 255 or 24.17% from 302); Blue value is 170 (66.80% from 255 or 56.29% from 302); Max value from RGB is 170 - color contains mainly: blue. Hex color #3B49AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B49AA is #C4B655. Grayscale: #4F4F4F. Windows color (decimal): -12891734 or 11159867. OLE color: 11159867.

HSL color Cylindrical-coordinate representation of color #3B49AA: hue angle of 232.43º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3B49AA is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 59 73 170 -
CMYK 0.65 0.57 0 0.33
HSL 232.43º 0.48% 0.45% -
HSV(B) 232.43º 0.65% 0.67% -
XYZ 11.44 8.6 39.09 -
YUV 79.87 178.86 113.11 -
System Red Green Blue C M Y K H S L
Decimal 59 73 170 0.65 0.57 0 0.33 232.43 0.48 0.45
Hex 3B 49 AA 41 39 0 21 E8 30 2D
Octal 73 111 252 101 71 0 41 350 60 55
Binary 111011 1001001 10101010 1000001 111001 0 100001 11101000 110000 101101

Color Harmonies of #3B49AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B49AA

Black with #3B49AA

Text Example


Text Example

White with #3B49AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B49AA; }

 p { color: rgb(59,73,170); }

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

background-color css

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

 a { background-color: rgb(59,73,170); }

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

border-color css

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

 span { border-color: rgb(59,73,170); }

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