Html Css Color HEX #2940AC Persian Blue

📋 copy color: '#2940AC'

red 41 ◦ green 64 ◦ blue 172

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

Shades of Persian Blue #2940AC

Tints of Persian Blue #2940AC

RGB

 RED value IS 41 (16.41% from 255) = 14.8%

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

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

R = 14.8%
G = 23.1%
B = 62.09%

CMYK

 C value IS 0.76

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2940AC (or 0x2940AC) is known color: Persian Blue. HEX triplet: 29, 40 and AC. RGB value is (41,64,172). Sum of RGB (Red+Green+Blue) = 41+64+172=277 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.80% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 172 (67.58% from 255 or 62.09% from 277); Max value from RGB is 172 - color contains mainly: blue. Hex color #2940AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2940AC is #D6BF53. Grayscale: #444444. Windows color (decimal): -14073684 or 11288617. OLE color: 11288617.

HSL color Cylindrical-coordinate representation of color #2940AC: hue angle of 229.47º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2940AC is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 41 64 172 -
CMYK 0.76 0.63 0 0.33
HSL 229.47º 0.62% 0.42% -
HSV(B) 229.47º 0.76% 0.67% -
XYZ 10.19 7.12 39.87 -
YUV 69.44 185.88 107.72 -
System Red Green Blue C M Y K H S L
Decimal 41 64 172 0.76 0.63 0 0.33 229.47 0.62 0.42
Hex 29 40 AC 4C 3F 0 21 E5 3E 2A
Octal 51 100 254 114 77 0 41 345 76 52
Binary 101001 1000000 10101100 1001100 111111 0 100001 11100101 111110 101010

Color Harmonies of #2940AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2940AC

Black with #2940AC

Text Example


Text Example

White with #2940AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2940AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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