Html Css Color HEX #2940CD Persian Blue

📋 copy color: '#2940CD'

red 41 ◦ green 64 ◦ blue 205

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

Shades of Persian Blue #2940CD

Tints of Persian Blue #2940CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 66.13%

R = 13.23%
G = 20.65%
B = 66.13%

CMYK

 C value IS 0.8

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2940CD (or 0x2940CD) is known color: Persian Blue. HEX triplet: 29, 40 and CD. RGB value is (41,64,205). Sum of RGB (Red+Green+Blue) = 41+64+205=310 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.23% from 310); Green value is 64 (25.39% from 255 or 20.65% from 310); Blue value is 205 (80.47% from 255 or 66.13% from 310); Max value from RGB is 205 - color contains mainly: blue. Hex color #2940CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2940CD is #D6BF32. Grayscale: #484848. Windows color (decimal): -14073651 or 13451305. OLE color: 13451305.

HSL color Cylindrical-coordinate representation of color #2940CD: hue angle of 231.59º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2940CD is Cyan = 0.8, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 41 64 205 -
CMYK 0.8 0.69 0 0.20
HSL 231.59º 0.67% 0.48% -
HSV(B) 231.59º 0.8% 0.8% -
XYZ 13.77 8.55 58.68 -
YUV 73.2 202.38 105.04 -
System Red Green Blue C M Y K H S L
Decimal 41 64 205 0.8 0.69 0 0.20 231.59 0.67 0.48
Hex 29 40 CD 50 45 0 14 E8 43 30
Octal 51 100 315 120 105 0 24 350 103 60
Binary 101001 1000000 11001101 1010000 1000101 0 10100 11101000 1000011 110000

Color Harmonies of #2940CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2940CD

Black with #2940CD

Text Example


Text Example

White with #2940CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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