Html Css Color HEX #2941BE Persian Blue

📋 copy color: '#2941BE'

red 41 ◦ green 65 ◦ blue 190

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

Shades of Persian Blue #2941BE

Tints of Persian Blue #2941BE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.96%

 BLUE value IS 190 (74.61% from 255) = 64.19%

R = 13.85%
G = 21.96%
B = 64.19%

CMYK

 C value IS 0.78

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2941BE (or 0x2941BE) is known color: Persian Blue. HEX triplet: 29, 41 and BE. RGB value is (41,65,190). Sum of RGB (Red+Green+Blue) = 41+65+190=296 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.85% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 190 (74.61% from 255 or 64.19% from 296); Max value from RGB is 190 - color contains mainly: blue. Hex color #2941BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2941BE is #D6BE41. Grayscale: #474747. Windows color (decimal): -14073410 or 12468521. OLE color: 12468521.

HSL color Cylindrical-coordinate representation of color #2941BE: hue angle of 230.34º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2941BE is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 41 65 190 -
CMYK 0.78 0.66 0 0.25
HSL 230.34º 0.65% 0.45% -
HSV(B) 230.34º 0.78% 0.75% -
XYZ 12.1 7.97 49.62 -
YUV 72.07 194.55 105.84 -
System Red Green Blue C M Y K H S L
Decimal 41 65 190 0.78 0.66 0 0.25 230.34 0.65 0.45
Hex 29 41 BE 4E 42 0 19 E6 41 2D
Octal 51 101 276 116 102 0 31 346 101 55
Binary 101001 1000001 10111110 1001110 1000010 0 11001 11100110 1000001 101101

Color Harmonies of #2941BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2941BE

Black with #2941BE

Text Example


Text Example

White with #2941BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2941BE; }

 p { color: rgb(41,65,190); }

 H1.HeaderClassName
 {
   color: #2941BE;
 }
 .AnyTagClassName
 {
   color: #2941BE;
 }
</style>

background-color css

<style>
 a { background-color: #2941BE; }

 a { background-color: rgb(41,65,190); }

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

border-color css

<style>
 span { border-color: #2941BE; }

 span { border-color: rgb(41,65,190); }

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