Html Css Color HEX #2942BA Persian Blue

📋 copy color: '#2942BA'

red 41 ◦ green 66 ◦ blue 186

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

Shades of Persian Blue #2942BA

Tints of Persian Blue #2942BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 63.48%

R = 13.99%
G = 22.53%
B = 63.48%

CMYK

 C value IS 0.78

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2942BA (or 0x2942BA) is known color: Persian Blue. HEX triplet: 29, 42 and BA. RGB value is (41,66,186). Sum of RGB (Red+Green+Blue) = 41+66+186=293 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.99% from 293); Green value is 66 (26.17% from 255 or 22.53% from 293); Blue value is 186 (73.05% from 255 or 63.48% from 293); Max value from RGB is 186 - color contains mainly: blue. Hex color #2942BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2942BA is #D6BD45. Grayscale: #474747. Windows color (decimal): -14073158 or 12206633. OLE color: 12206633.

HSL color Cylindrical-coordinate representation of color #2942BA: hue angle of 229.66º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2942BA is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 66 186 -
CMYK 0.78 0.65 0 0.27
HSL 229.66º 0.64% 0.45% -
HSV(B) 229.66º 0.78% 0.73% -
XYZ 11.73 7.91 47.36 -
YUV 72.21 192.22 105.74 -
System Red Green Blue C M Y K H S L
Decimal 41 66 186 0.78 0.65 0 0.27 229.66 0.64 0.45
Hex 29 42 BA 4E 41 0 1B E6 40 2D
Octal 51 102 272 116 101 0 33 346 100 55
Binary 101001 1000010 10111010 1001110 1000001 0 11011 11100110 1000000 101101

Color Harmonies of #2942BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2942BA

Black with #2942BA

Text Example


Text Example

White with #2942BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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