Html Css Color HEX #2B32BA Persian Blue

📋 copy color: '#2B32BA'

red 43 ◦ green 50 ◦ blue 186

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

Shades of Persian Blue #2B32BA

Tints of Persian Blue #2B32BA

RGB

 RED value IS 43 (17.19% from 255) = 15.41%

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

 BLUE value IS 186 (73.05% from 255) = 66.67%

R = 15.41%
G = 17.92%
B = 66.67%

CMYK

 C value IS 0.77

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2B32BA (or 0x2B32BA) is known color: Persian Blue. HEX triplet: 2B, 32 and BA. RGB value is (43,50,186). Sum of RGB (Red+Green+Blue) = 43+50+186=279 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.41% from 279); Green value is 50 (19.92% from 255 or 17.92% from 279); Blue value is 186 (73.05% from 255 or 66.67% from 279); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B32BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B32BA is #D4CD45. Grayscale: #3E3E3E. Windows color (decimal): -13946182 or 12202539. OLE color: 12202539.

HSL color Cylindrical-coordinate representation of color #2B32BA: hue angle of 237.06º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B32BA is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 43 50 186 -
CMYK 0.77 0.73 0 0.27
HSL 237.06º 0.62% 0.45% -
HSV(B) 237.06º 0.77% 0.73% -
XYZ 11 6.34 47.1 -
YUV 63.41 197.18 113.44 -
System Red Green Blue C M Y K H S L
Decimal 43 50 186 0.77 0.73 0 0.27 237.06 0.62 0.45
Hex 2B 32 BA 4D 49 0 1B ED 3E 2D
Octal 53 62 272 115 111 0 33 355 76 55
Binary 101011 110010 10111010 1001101 1001001 0 11011 11101101 111110 101101

Color Harmonies of #2B32BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B32BA

Black with #2B32BA

Text Example


Text Example

White with #2B32BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B32BA; }

 p { color: rgb(43,50,186); }

 H1.HeaderClassName
 {
   color: #2B32BA;
 }
 .AnyTagClassName
 {
   color: #2B32BA;
 }
</style>

background-color css

<style>
 a { background-color: #2B32BA; }

 a { background-color: rgb(43,50,186); }

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

border-color css

<style>
 span { border-color: #2B32BA; }

 span { border-color: rgb(43,50,186); }

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