Html Css Color HEX #2940DA Persian Blue

📋 copy color: '#2940DA'

red 41 ◦ green 64 ◦ blue 218

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

Shades of Persian Blue #2940DA

Tints of Persian Blue #2940DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 67.49%

R = 12.69%
G = 19.81%
B = 67.49%

CMYK

 C value IS 0.81

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2940DA (or 0x2940DA) is known color: Persian Blue. HEX triplet: 29, 40 and DA. RGB value is (41,64,218). Sum of RGB (Red+Green+Blue) = 41+64+218=323 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.69% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 218 (85.55% from 255 or 67.49% from 323); Max value from RGB is 218 - color contains mainly: blue. Hex color #2940DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2940DA is #D6BF25. Grayscale: #4A4A4A. Windows color (decimal): -14073638 or 14303273. OLE color: 14303273.

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

Color convert

RGB 41 64 218 -
CMYK 0.81 0.71 0 0.15
HSL 232.2º 0.71% 0.51% -
HSV(B) 232.2º 0.81% 0.85% -
XYZ 15.4 9.2 67.29 -
YUV 74.68 208.88 103.98 -
System Red Green Blue C M Y K H S L
Decimal 41 64 218 0.81 0.71 0 0.15 232.2 0.71 0.51
Hex 29 40 DA 51 47 0 F E8 47 33
Octal 51 100 332 121 107 0 17 350 107 63
Binary 101001 1000000 11011010 1010001 1000111 0 1111 11101000 1000111 110011

Color Harmonies of #2940DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2940DA

Black with #2940DA

Text Example


Text Example

White with #2940DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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