Html Css Color HEX #2942CD Persian Blue

📋 copy color: '#2942CD'

red 41 ◦ green 66 ◦ blue 205

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

Shades of Persian Blue #2942CD

Tints of Persian Blue #2942CD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.15%

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

R = 13.14%
G = 21.15%
B = 65.71%

CMYK

 C value IS 0.8

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2942CD (or 0x2942CD) is known color: Persian Blue. HEX triplet: 29, 42 and CD. RGB value is (41,66,205). Sum of RGB (Red+Green+Blue) = 41+66+205=312 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.14% from 312); Green value is 66 (26.17% from 255 or 21.15% from 312); Blue value is 205 (80.47% from 255 or 65.71% from 312); Max value from RGB is 205 - color contains mainly: blue. Hex color #2942CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2942CD is #D6BD32. Grayscale: #494949. Windows color (decimal): -14073139 or 13451817. OLE color: 13451817.

HSL color Cylindrical-coordinate representation of color #2942CD: hue angle of 230.85º 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 #2942CD is Cyan = 0.8, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 41 66 205 -
CMYK 0.8 0.68 0 0.20
HSL 230.85º 0.67% 0.48% -
HSV(B) 230.85º 0.8% 0.8% -
XYZ 13.88 8.78 58.72 -
YUV 74.37 201.72 104.2 -
System Red Green Blue C M Y K H S L
Decimal 41 66 205 0.8 0.68 0 0.20 230.85 0.67 0.48
Hex 29 42 CD 50 44 0 14 E7 43 30
Octal 51 102 315 120 104 0 24 347 103 60
Binary 101001 1000010 11001101 1010000 1000100 0 10100 11100111 1000011 110000

Color Harmonies of #2942CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2942CD

Black with #2942CD

Text Example


Text Example

White with #2942CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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