Html Css Color HEX #2532EC Persian Blue

📋 copy color: '#2532EC'

red 37 ◦ green 50 ◦ blue 236

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

Shades of Persian Blue #2532EC

Tints of Persian Blue #2532EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 73.07%

R = 11.46%
G = 15.48%
B = 73.07%

CMYK

 C value IS 0.84

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2532EC (or 0x2532EC) is known color: Persian Blue. HEX triplet: 25, 32 and EC. RGB value is (37,50,236). Sum of RGB (Red+Green+Blue) = 37+50+236=323 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.46% from 323); Green value is 50 (19.92% from 255 or 15.48% from 323); Blue value is 236 (92.58% from 255 or 73.07% from 323); Max value from RGB is 236 - color contains mainly: blue. Hex color #2532EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2532EC is #DACD13. Grayscale: #424242. Windows color (decimal): -14339348 or 15479333. OLE color: 15479333.

HSL color Cylindrical-coordinate representation of color #2532EC: hue angle of 236.08º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2532EC is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 37 50 236 -
CMYK 0.84 0.79 0 0.07
HSL 236.08º 0.84% 0.54% -
HSV(B) 236.08º 0.84% 0.93% -
XYZ 17.04 8.73 80.14 -
YUV 67.32 223.19 106.38 -
System Red Green Blue C M Y K H S L
Decimal 37 50 236 0.84 0.79 0 0.07 236.08 0.84 0.54
Hex 25 32 EC 54 4F 0 7 EC 54 36
Octal 45 62 354 124 117 0 7 354 124 66
Binary 100101 110010 11101100 1010100 1001111 0 111 11101100 1010100 110110

Color Harmonies of #2532EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2532EC

Black with #2532EC

Text Example


Text Example

White with #2532EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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