Html Css Color HEX #2940BC Persian Blue

📋 copy color: '#2940BC'

red 41 ◦ green 64 ◦ blue 188

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

Shades of Persian Blue #2940BC

Tints of Persian Blue #2940BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 64.16%

R = 13.99%
G = 21.84%
B = 64.16%

CMYK

 C value IS 0.78

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2940BC (or 0x2940BC) is known color: Persian Blue. HEX triplet: 29, 40 and BC. RGB value is (41,64,188). Sum of RGB (Red+Green+Blue) = 41+64+188=293 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.99% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 188 (73.83% from 255 or 64.16% from 293); Max value from RGB is 188 - color contains mainly: blue. Hex color #2940BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2940BC is #D6BF43. Grayscale: #464646. Windows color (decimal): -14073668 or 12337193. OLE color: 12337193.

HSL color Cylindrical-coordinate representation of color #2940BC: hue angle of 230.61º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2940BC is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 41 64 188 -
CMYK 0.78 0.66 0 0.26
HSL 230.61º 0.64% 0.45% -
HSV(B) 230.61º 0.78% 0.74% -
XYZ 11.82 7.77 48.45 -
YUV 71.26 193.88 106.42 -
System Red Green Blue C M Y K H S L
Decimal 41 64 188 0.78 0.66 0 0.26 230.61 0.64 0.45
Hex 29 40 BC 4E 42 0 1A E7 40 2D
Octal 51 100 274 116 102 0 32 347 100 55
Binary 101001 1000000 10111100 1001110 1000010 0 11010 11100111 1000000 101101

Color Harmonies of #2940BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2940BC

Black with #2940BC

Text Example


Text Example

White with #2940BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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