Html Css Color HEX #2941BC Persian Blue

📋 copy color: '#2941BC'

red 41 ◦ green 65 ◦ blue 188

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

Shades of Persian Blue #2941BC

Tints of Persian Blue #2941BC

RGB

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

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

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

R = 13.95%
G = 22.11%
B = 63.95%

CMYK

 C value IS 0.78

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2941BC (or 0x2941BC) is known color: Persian Blue. HEX triplet: 29, 41 and BC. RGB value is (41,65,188). Sum of RGB (Red+Green+Blue) = 41+65+188=294 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.95% from 294); Green value is 65 (25.78% from 255 or 22.11% from 294); Blue value is 188 (73.83% from 255 or 63.95% from 294); Max value from RGB is 188 - color contains mainly: blue. Hex color #2941BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2941BC is #D6BE43. Grayscale: #474747. Windows color (decimal): -14073412 or 12337449. OLE color: 12337449.

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

Color convert

RGB 41 65 188 -
CMYK 0.78 0.65 0 0.26
HSL 230.2º 0.64% 0.45% -
HSV(B) 230.2º 0.78% 0.74% -
XYZ 11.88 7.88 48.47 -
YUV 71.85 193.55 106 -
System Red Green Blue C M Y K H S L
Decimal 41 65 188 0.78 0.65 0 0.26 230.2 0.64 0.45
Hex 29 41 BC 4E 41 0 1A E6 40 2D
Octal 51 101 274 116 101 0 32 346 100 55
Binary 101001 1000001 10111100 1001110 1000001 0 11010 11100110 1000000 101101

Color Harmonies of #2941BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2941BC

Black with #2941BC

Text Example


Text Example

White with #2941BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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