Html Css Color HEX #3C49AA Governor Bay

📋 copy color: '#3C49AA'

red 60 ◦ green 73 ◦ blue 170

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

Shades of Governor Bay #3C49AA

Tints of Governor Bay #3C49AA

RGB

 RED value IS 60 (23.83% from 255) = 19.8%

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

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

R = 19.8%
G = 24.09%
B = 56.11%

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

#3C49AA (or 0x3C49AA) is known color: Governor Bay. HEX triplet: 3C, 49 and AA. RGB value is (60,73,170). Sum of RGB (Red+Green+Blue) = 60+73+170=303 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.80% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 170 (66.80% from 255 or 56.11% from 303); Max value from RGB is 170 - color contains mainly: blue. Hex color #3C49AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C49AA is #C3B655. Grayscale: #4F4F4F. Windows color (decimal): -12826198 or 11159868. OLE color: 11159868.

HSL color Cylindrical-coordinate representation of color #3C49AA: hue angle of 232.91º 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 #3C49AA is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 60 73 170 -
CMYK 0.65 0.57 0 0.33
HSL 232.91º 0.48% 0.45% -
HSV(B) 232.91º 0.65% 0.67% -
XYZ 11.5 8.63 39.09 -
YUV 80.17 178.69 113.61 -
System Red Green Blue C M Y K H S L
Decimal 60 73 170 0.65 0.57 0 0.33 232.91 0.48 0.45
Hex 3C 49 AA 41 39 0 21 E9 30 2D
Octal 74 111 252 101 71 0 41 351 60 55
Binary 111100 1001001 10101010 1000001 111001 0 100001 11101001 110000 101101

Color Harmonies of #3C49AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C49AA

Black with #3C49AA

Text Example


Text Example

White with #3C49AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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