Html Css Color HEX #2940D7 Persian Blue

📋 copy color: '#2940D7'

red 41 ◦ green 64 ◦ blue 215

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

Shades of Persian Blue #2940D7

Tints of Persian Blue #2940D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 67.19%

R = 12.81%
G = 20%
B = 67.19%

CMYK

 C value IS 0.81

 M value IS 0.70

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#2940D7 (or 0x2940D7) is known color: Persian Blue. HEX triplet: 29, 40 and D7. RGB value is (41,64,215). Sum of RGB (Red+Green+Blue) = 41+64+215=320 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.81% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 215 (84.38% from 255 or 67.19% from 320); Max value from RGB is 215 - color contains mainly: blue. Hex color #2940D7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2940D7 is #D6BF28. Grayscale: #494949. Windows color (decimal): -14073641 or 14106665. OLE color: 14106665.

HSL color Cylindrical-coordinate representation of color #2940D7: hue angle of 232.07º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2940D7 is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 41 64 215 -
CMYK 0.81 0.70 0 0.16
HSL 232.07º 0.69% 0.5% -
HSV(B) 232.07º 0.81% 0.84% -
XYZ 15.01 9.04 65.24 -
YUV 74.34 207.38 104.22 -
System Red Green Blue C M Y K H S L
Decimal 41 64 215 0.81 0.70 0 0.16 232.07 0.69 0.5
Hex 29 40 D7 51 46 0 10 E8 45 32
Octal 51 100 327 121 106 0 20 350 105 62
Binary 101001 1000000 11010111 1010001 1000110 0 10000 11101000 1000101 110010

Color Harmonies of #2940D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2940D7

Black with #2940D7

Text Example


Text Example

White with #2940D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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