Html Css Color HEX #2940AB Persian Blue

📋 copy color: '#2940AB'

red 41 ◦ green 64 ◦ blue 171

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

Shades of Persian Blue #2940AB

Tints of Persian Blue #2940AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 61.96%

R = 14.86%
G = 23.19%
B = 61.96%

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

#2940AB (or 0x2940AB) is known color: Persian Blue. HEX triplet: 29, 40 and AB. RGB value is (41,64,171). Sum of RGB (Red+Green+Blue) = 41+64+171=276 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.86% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 171 (67.19% from 255 or 61.96% from 276); Max value from RGB is 171 - color contains mainly: blue. Hex color #2940AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2940AB is #D6BF54. Grayscale: #444444. Windows color (decimal): -14073685 or 11223081. OLE color: 11223081.

HSL color Cylindrical-coordinate representation of color #2940AB: hue angle of 229.38º degrees, saturation: 0.61, 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 #2940AB is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 41 64 171 -
CMYK 0.76 0.63 0 0.33
HSL 229.38º 0.61% 0.42% -
HSV(B) 229.38º 0.76% 0.67% -
XYZ 10.1 7.08 39.36 -
YUV 69.32 185.38 107.8 -
System Red Green Blue C M Y K H S L
Decimal 41 64 171 0.76 0.63 0 0.33 229.38 0.61 0.42
Hex 29 40 AB 4C 3F 0 21 E5 3D 2A
Octal 51 100 253 114 77 0 41 345 75 52
Binary 101001 1000000 10101011 1001100 111111 0 100001 11100101 111101 101010

Color Harmonies of #2940AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2940AB

Black with #2940AB

Text Example


Text Example

White with #2940AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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