Html Css Color HEX #3C40AC Governor Bay

📋 copy color: '#3C40AC'

red 60 ◦ green 64 ◦ blue 172

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

Shades of Governor Bay #3C40AC

Tints of Governor Bay #3C40AC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.62%

 BLUE value IS 172 (67.58% from 255) = 58.11%

R = 20.27%
G = 21.62%
B = 58.11%

CMYK

 C value IS 0.65

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3C40AC (or 0x3C40AC) is known color: Governor Bay. HEX triplet: 3C, 40 and AC. RGB value is (60,64,172). Sum of RGB (Red+Green+Blue) = 60+64+172=296 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.27% from 296); Green value is 64 (25.39% from 255 or 21.62% from 296); Blue value is 172 (67.58% from 255 or 58.11% from 296); Max value from RGB is 172 - color contains mainly: blue. Hex color #3C40AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C40AC is #C3BF53. Grayscale: #4A4A4A. Windows color (decimal): -12828500 or 11288636. OLE color: 11288636.

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

Color convert

RGB 60 64 172 -
CMYK 0.65 0.63 0 0.33
HSL 237.86º 0.48% 0.45% -
HSV(B) 237.86º 0.65% 0.67% -
XYZ 11.14 7.61 39.91 -
YUV 75.12 182.67 117.22 -
System Red Green Blue C M Y K H S L
Decimal 60 64 172 0.65 0.63 0 0.33 237.86 0.48 0.45
Hex 3C 40 AC 41 3F 0 21 EE 30 2D
Octal 74 100 254 101 77 0 41 356 60 55
Binary 111100 1000000 10101100 1000001 111111 0 100001 11101110 110000 101101

Color Harmonies of #3C40AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C40AC

Black with #3C40AC

Text Example


Text Example

White with #3C40AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,64,172); }

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

background-color css

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

 a { background-color: rgb(60,64,172); }

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

border-color css

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

 span { border-color: rgb(60,64,172); }

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