Html Css Color HEX #2942BB Persian Blue

📋 copy color: '#2942BB'

red 41 ◦ green 66 ◦ blue 187

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

Shades of Persian Blue #2942BB

Tints of Persian Blue #2942BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 63.61%

R = 13.95%
G = 22.45%
B = 63.61%

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

#2942BB (or 0x2942BB) is known color: Persian Blue. HEX triplet: 29, 42 and BB. RGB value is (41,66,187). Sum of RGB (Red+Green+Blue) = 41+66+187=294 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.95% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 187 (73.44% from 255 or 63.61% from 294); Max value from RGB is 187 - color contains mainly: blue. Hex color #2942BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2942BB is #D6BD44. Grayscale: #474747. Windows color (decimal): -14073157 or 12272169. OLE color: 12272169.

HSL color Cylindrical-coordinate representation of color #2942BB: hue angle of 229.73º 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 #2942BB is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 66 187 -
CMYK 0.78 0.65 0 0.27
HSL 229.73º 0.64% 0.45% -
HSV(B) 229.73º 0.78% 0.73% -
XYZ 11.83 7.96 47.93 -
YUV 72.32 192.72 105.66 -
System Red Green Blue C M Y K H S L
Decimal 41 66 187 0.78 0.65 0 0.27 229.73 0.64 0.45
Hex 29 42 BB 4E 41 0 1B E6 40 2D
Octal 51 102 273 116 101 0 33 346 100 55
Binary 101001 1000010 10111011 1001110 1000001 0 11011 11100110 1000000 101101

Color Harmonies of #2942BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2942BB

Black with #2942BB

Text Example


Text Example

White with #2942BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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