Html Css Color HEX #2940B1 Persian Blue

📋 copy color: '#2940B1'

red 41 ◦ green 64 ◦ blue 177

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

Shades of Persian Blue #2940B1

Tints of Persian Blue #2940B1

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.7%

 BLUE value IS 177 (69.53% from 255) = 62.77%

R = 14.54%
G = 22.7%
B = 62.77%

CMYK

 C value IS 0.77

 M value IS 0.64

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2940B1 (or 0x2940B1) is known color: Persian Blue. HEX triplet: 29, 40 and B1. RGB value is (41,64,177). Sum of RGB (Red+Green+Blue) = 41+64+177=282 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.54% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 177 (69.53% from 255 or 62.77% from 282); Max value from RGB is 177 - color contains mainly: blue. Hex color #2940B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2940B1 is #D6BF4E. Grayscale: #454545. Windows color (decimal): -14073679 or 11616297. OLE color: 11616297.

HSL color Cylindrical-coordinate representation of color #2940B1: hue angle of 229.85º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2940B1 is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 41 64 177 -
CMYK 0.77 0.64 0 0.31
HSL 229.85º 0.62% 0.43% -
HSV(B) 229.85º 0.77% 0.69% -
XYZ 10.68 7.31 42.44 -
YUV 70.01 188.38 107.31 -
System Red Green Blue C M Y K H S L
Decimal 41 64 177 0.77 0.64 0 0.31 229.85 0.62 0.43
Hex 29 40 B1 4D 40 0 1F E6 3E 2B
Octal 51 100 261 115 100 0 37 346 76 53
Binary 101001 1000000 10110001 1001101 1000000 0 11111 11100110 111110 101011

Color Harmonies of #2940B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2940B1

Black with #2940B1

Text Example


Text Example

White with #2940B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2940B1; }

 p { color: rgb(41,64,177); }

 H1.HeaderClassName
 {
   color: #2940B1;
 }
 .AnyTagClassName
 {
   color: #2940B1;
 }
</style>

background-color css

<style>
 a { background-color: #2940B1; }

 a { background-color: rgb(41,64,177); }

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

border-color css

<style>
 span { border-color: #2940B1; }

 span { border-color: rgb(41,64,177); }

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