Html Css Color HEX #2940B4 Persian Blue

📋 copy color: '#2940B4'

red 41 ◦ green 64 ◦ blue 180

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

Shades of Persian Blue #2940B4

Tints of Persian Blue #2940B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 63.16%

R = 14.39%
G = 22.46%
B = 63.16%

CMYK

 C value IS 0.77

 M value IS 0.64

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#2940B4 (or 0x2940B4) is known color: Persian Blue. HEX triplet: 29, 40 and B4. RGB value is (41,64,180). Sum of RGB (Red+Green+Blue) = 41+64+180=285 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.39% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 180 (70.70% from 255 or 63.16% from 285); Max value from RGB is 180 - color contains mainly: blue. Hex color #2940B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2940B4 is #D6BF4B. Grayscale: #454545. Windows color (decimal): -14073676 or 11812905. OLE color: 11812905.

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

Color convert

RGB 41 64 180 -
CMYK 0.77 0.64 0 0.29
HSL 230.07º 0.63% 0.43% -
HSV(B) 230.07º 0.77% 0.71% -
XYZ 10.99 7.43 44.04 -
YUV 70.35 189.88 107.07 -
System Red Green Blue C M Y K H S L
Decimal 41 64 180 0.77 0.64 0 0.29 230.07 0.63 0.43
Hex 29 40 B4 4D 40 0 1D E6 3F 2B
Octal 51 100 264 115 100 0 35 346 77 53
Binary 101001 1000000 10110100 1001101 1000000 0 11101 11100110 111111 101011

Color Harmonies of #2940B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2940B4

Black with #2940B4

Text Example


Text Example

White with #2940B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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