Html Css Color HEX #2940DD Persian Blue

📋 copy color: '#2940DD'

red 41 ◦ green 64 ◦ blue 221

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

Shades of Persian Blue #2940DD

Tints of Persian Blue #2940DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 67.79%

R = 12.58%
G = 19.63%
B = 67.79%

CMYK

 C value IS 0.81

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2940DD (or 0x2940DD) is known color: Persian Blue. HEX triplet: 29, 40 and DD. RGB value is (41,64,221). Sum of RGB (Red+Green+Blue) = 41+64+221=326 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.58% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 221 (86.72% from 255 or 67.79% from 326); Max value from RGB is 221 - color contains mainly: blue. Hex color #2940DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2940DD is #D6BF22. Grayscale: #4A4A4A. Windows color (decimal): -14073635 or 14499881. OLE color: 14499881.

HSL color Cylindrical-coordinate representation of color #2940DD: hue angle of 232.33º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2940DD is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 41 64 221 -
CMYK 0.81 0.71 0 0.13
HSL 232.33º 0.73% 0.51% -
HSV(B) 232.33º 0.81% 0.87% -
XYZ 15.8 9.36 69.38 -
YUV 75.02 210.38 103.73 -
System Red Green Blue C M Y K H S L
Decimal 41 64 221 0.81 0.71 0 0.13 232.33 0.73 0.51
Hex 29 40 DD 51 47 0 D E8 49 33
Octal 51 100 335 121 107 0 15 350 111 63
Binary 101001 1000000 11011101 1010001 1000111 0 1101 11101000 1001001 110011

Color Harmonies of #2940DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2940DD

Black with #2940DD

Text Example


Text Example

White with #2940DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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