Html Css Color HEX #2532BC Persian Blue

📋 copy color: '#2532BC'

red 37 ◦ green 50 ◦ blue 188

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

Shades of Persian Blue #2532BC

Tints of Persian Blue #2532BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 68.36%

R = 13.45%
G = 18.18%
B = 68.36%

CMYK

 C value IS 0.80

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2532BC (or 0x2532BC) is known color: Persian Blue. HEX triplet: 25, 32 and BC. RGB value is (37,50,188). Sum of RGB (Red+Green+Blue) = 37+50+188=275 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.45% from 275); Green value is 50 (19.92% from 255 or 18.18% from 275); Blue value is 188 (73.83% from 255 or 68.36% from 275); Max value from RGB is 188 - color contains mainly: blue. Hex color #2532BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2532BC is #DACD43. Grayscale: #3D3D3D. Windows color (decimal): -14339396 or 12333605. OLE color: 12333605.

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

Color convert

RGB 37 50 188 -
CMYK 0.80 0.73 0 0.26
HSL 234.83º 0.67% 0.44% -
HSV(B) 234.83º 0.8% 0.74% -
XYZ 10.98 6.31 48.22 -
YUV 61.85 199.19 110.28 -
System Red Green Blue C M Y K H S L
Decimal 37 50 188 0.80 0.73 0 0.26 234.83 0.67 0.44
Hex 25 32 BC 50 49 0 1A EB 43 2C
Octal 45 62 274 120 111 0 32 353 103 54
Binary 100101 110010 10111100 1010000 1001001 0 11010 11101011 1000011 101100

Color Harmonies of #2532BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2532BC

Black with #2532BC

Text Example


Text Example

White with #2532BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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