Html Css Color HEX #2532C4 Persian Blue

📋 copy color: '#2532C4'

red 37 ◦ green 50 ◦ blue 196

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

Shades of Persian Blue #2532C4

Tints of Persian Blue #2532C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 69.26%

R = 13.07%
G = 17.67%
B = 69.26%

CMYK

 C value IS 0.81

 M value IS 0.74

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#2532C4 (or 0x2532C4) is known color: Persian Blue. HEX triplet: 25, 32 and C4. RGB value is (37,50,196). Sum of RGB (Red+Green+Blue) = 37+50+196=283 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.07% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 196 (76.95% from 255 or 69.26% from 283); Max value from RGB is 196 - color contains mainly: blue. Hex color #2532C4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2532C4 is #DACD3B. Grayscale: #3E3E3E. Windows color (decimal): -14339388 or 12857893. OLE color: 12857893.

HSL color Cylindrical-coordinate representation of color #2532C4: hue angle of 235.09º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2532C4 is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 37 50 196 -
CMYK 0.81 0.74 0 0.23
HSL 235.09º 0.68% 0.46% -
HSV(B) 235.09º 0.81% 0.77% -
XYZ 11.87 6.66 52.88 -
YUV 62.76 203.19 109.63 -
System Red Green Blue C M Y K H S L
Decimal 37 50 196 0.81 0.74 0 0.23 235.09 0.68 0.46
Hex 25 32 C4 51 4A 0 17 EB 44 2E
Octal 45 62 304 121 112 0 27 353 104 56
Binary 100101 110010 11000100 1010001 1001010 0 10111 11101011 1000100 101110

Color Harmonies of #2532C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2532C4

Black with #2532C4

Text Example


Text Example

White with #2532C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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