Html Css Color HEX #2532D0 Persian Blue

📋 copy color: '#2532D0'

red 37 ◦ green 50 ◦ blue 208

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

Shades of Persian Blue #2532D0

Tints of Persian Blue #2532D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 70.51%

R = 12.54%
G = 16.95%
B = 70.51%

CMYK

 C value IS 0.82

 M value IS 0.76

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#2532D0 (or 0x2532D0) is known color: Persian Blue. HEX triplet: 25, 32 and D0. RGB value is (37,50,208). Sum of RGB (Red+Green+Blue) = 37+50+208=295 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.54% from 295); Green value is 50 (19.92% from 255 or 16.95% from 295); Blue value is 208 (81.64% from 255 or 70.51% from 295); Max value from RGB is 208 - color contains mainly: blue. Hex color #2532D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2532D0 is #DACD2F. Grayscale: #3F3F3F. Windows color (decimal): -14339376 or 13644325. OLE color: 13644325.

HSL color Cylindrical-coordinate representation of color #2532D0: hue angle of 235.44º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2532D0 is Cyan = 0.82, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 37 50 208 -
CMYK 0.82 0.76 0 0.18
HSL 235.44º 0.7% 0.48% -
HSV(B) 235.44º 0.82% 0.82% -
XYZ 13.29 7.23 60.37 -
YUV 64.13 209.19 108.65 -
System Red Green Blue C M Y K H S L
Decimal 37 50 208 0.82 0.76 0 0.18 235.44 0.7 0.48
Hex 25 32 D0 52 4C 0 12 EB 46 30
Octal 45 62 320 122 114 0 22 353 106 60
Binary 100101 110010 11010000 1010010 1001100 0 10010 11101011 1000110 110000

Color Harmonies of #2532D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2532D0

Black with #2532D0

Text Example


Text Example

White with #2532D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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