Html Css Color HEX #2942C8 Persian Blue

📋 copy color: '#2942C8'

red 41 ◦ green 66 ◦ blue 200

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

Shades of Persian Blue #2942C8

Tints of Persian Blue #2942C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 65.15%

R = 13.36%
G = 21.5%
B = 65.15%

CMYK

 C value IS 0.80

 M value IS 0.67

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#2942C8 (or 0x2942C8) is known color: Persian Blue. HEX triplet: 29, 42 and C8. RGB value is (41,66,200). Sum of RGB (Red+Green+Blue) = 41+66+200=307 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.36% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 200 (78.52% from 255 or 65.15% from 307); Max value from RGB is 200 - color contains mainly: blue. Hex color #2942C8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2942C8 is #D6BD37. Grayscale: #494949. Windows color (decimal): -14073144 or 13124137. OLE color: 13124137.

HSL color Cylindrical-coordinate representation of color #2942C8: hue angle of 230.57º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2942C8 is Cyan = 0.80, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 41 66 200 -
CMYK 0.80 0.67 0 0.22
HSL 230.57º 0.66% 0.47% -
HSV(B) 230.57º 0.8% 0.78% -
XYZ 13.29 8.54 55.59 -
YUV 73.8 199.22 104.6 -
System Red Green Blue C M Y K H S L
Decimal 41 66 200 0.80 0.67 0 0.22 230.57 0.66 0.47
Hex 29 42 C8 50 43 0 16 E7 42 2F
Octal 51 102 310 120 103 0 26 347 102 57
Binary 101001 1000010 11001000 1010000 1000011 0 10110 11100111 1000010 101111

Color Harmonies of #2942C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2942C8

Black with #2942C8

Text Example


Text Example

White with #2942C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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