Html Css Color HEX #2532BA Persian Blue

📋 copy color: '#2532BA'

red 37 ◦ green 50 ◦ blue 186

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

Shades of Persian Blue #2532BA

Tints of Persian Blue #2532BA

RGB

 RED value IS 37 (14.84% from 255) = 13.55%

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

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

R = 13.55%
G = 18.32%
B = 68.13%

CMYK

 C value IS 0.80

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2532BA (or 0x2532BA) is known color: Persian Blue. HEX triplet: 25, 32 and BA. RGB value is (37,50,186). Sum of RGB (Red+Green+Blue) = 37+50+186=273 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.55% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 186 (73.05% from 255 or 68.13% from 273); Max value from RGB is 186 - color contains mainly: blue. Hex color #2532BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2532BA is #DACD45. Grayscale: #3D3D3D. Windows color (decimal): -14339398 or 12202533. OLE color: 12202533.

HSL color Cylindrical-coordinate representation of color #2532BA: hue angle of 234.77º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2532BA is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 37 50 186 -
CMYK 0.80 0.73 0 0.27
HSL 234.77º 0.67% 0.44% -
HSV(B) 234.77º 0.8% 0.73% -
XYZ 10.77 6.22 47.09 -
YUV 61.62 198.19 110.44 -
System Red Green Blue C M Y K H S L
Decimal 37 50 186 0.80 0.73 0 0.27 234.77 0.67 0.44
Hex 25 32 BA 50 49 0 1B EB 43 2C
Octal 45 62 272 120 111 0 33 353 103 54
Binary 100101 110010 10111010 1010000 1001001 0 11011 11101011 1000011 101100

Color Harmonies of #2532BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2532BA

Black with #2532BA

Text Example


Text Example

White with #2532BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2532BA; }

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

 H1.HeaderClassName
 {
   color: #2532BA;
 }
 .AnyTagClassName
 {
   color: #2532BA;
 }
</style>

background-color css

<style>
 a { background-color: #2532BA; }

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

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

border-color css

<style>
 span { border-color: #2532BA; }

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

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