Html Css Color HEX #3C4DAA Governor Bay

📋 copy color: '#3C4DAA'

red 60 ◦ green 77 ◦ blue 170

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

Shades of Governor Bay #3C4DAA

Tints of Governor Bay #3C4DAA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.08%

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

R = 19.54%
G = 25.08%
B = 55.37%

CMYK

 C value IS 0.65

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3C4DAA (or 0x3C4DAA) is known color: Governor Bay. HEX triplet: 3C, 4D and AA. RGB value is (60,77,170). Sum of RGB (Red+Green+Blue) = 60+77+170=307 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.54% from 307); Green value is 77 (30.47% from 255 or 25.08% from 307); Blue value is 170 (66.80% from 255 or 55.37% from 307); Max value from RGB is 170 - color contains mainly: blue. Hex color #3C4DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C4DAA is #C3B255. Grayscale: #525252. Windows color (decimal): -12825174 or 11160892. OLE color: 11160892.

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

Color convert

RGB 60 77 170 -
CMYK 0.65 0.55 0 0.33
HSL 230.73º 0.48% 0.45% -
HSV(B) 230.73º 0.65% 0.67% -
XYZ 11.77 9.17 39.18 -
YUV 82.52 177.37 111.94 -
System Red Green Blue C M Y K H S L
Decimal 60 77 170 0.65 0.55 0 0.33 230.73 0.48 0.45
Hex 3C 4D AA 41 37 0 21 E7 30 2D
Octal 74 115 252 101 67 0 41 347 60 55
Binary 111100 1001101 10101010 1000001 110111 0 100001 11100111 110000 101101

Color Harmonies of #3C4DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4DAA

Black with #3C4DAA

Text Example


Text Example

White with #3C4DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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