Html Css Color HEX #2932B5 Persian Blue

📋 copy color: '#2932B5'

red 41 ◦ green 50 ◦ blue 181

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

Shades of Persian Blue #2932B5

Tints of Persian Blue #2932B5

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.38%

 BLUE value IS 181 (71.09% from 255) = 66.54%

R = 15.07%
G = 18.38%
B = 66.54%

CMYK

 C value IS 0.77

 M value IS 0.72

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#2932B5 (or 0x2932B5) is known color: Persian Blue. HEX triplet: 29, 32 and B5. RGB value is (41,50,181). Sum of RGB (Red+Green+Blue) = 41+50+181=272 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.07% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 181 (71.09% from 255 or 66.54% from 272); Max value from RGB is 181 - color contains mainly: blue. Hex color #2932B5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2932B5 is #D6CD4A. Grayscale: #3D3D3D. Windows color (decimal): -14077259 or 11874857. OLE color: 11874857.

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

Color convert

RGB 41 50 181 -
CMYK 0.77 0.72 0 0.29
HSL 236.14º 0.63% 0.44% -
HSV(B) 236.14º 0.77% 0.71% -
XYZ 10.4 6.09 44.34 -
YUV 62.24 195.02 112.85 -
System Red Green Blue C M Y K H S L
Decimal 41 50 181 0.77 0.72 0 0.29 236.14 0.63 0.44
Hex 29 32 B5 4D 48 0 1D EC 3F 2C
Octal 51 62 265 115 110 0 35 354 77 54
Binary 101001 110010 10110101 1001101 1001000 0 11101 11101100 111111 101100

Color Harmonies of #2932B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2932B5

Black with #2932B5

Text Example


Text Example

White with #2932B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2932B5; }

 p { color: rgb(41,50,181); }

 H1.HeaderClassName
 {
   color: #2932B5;
 }
 .AnyTagClassName
 {
   color: #2932B5;
 }
</style>

background-color css

<style>
 a { background-color: #2932B5; }

 a { background-color: rgb(41,50,181); }

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

border-color css

<style>
 span { border-color: #2932B5; }

 span { border-color: rgb(41,50,181); }

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