Html Css Color HEX #252CE1 Persian Blue

📋 copy color: '#252CE1'

red 37 ◦ green 44 ◦ blue 225

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

Shades of Persian Blue #252CE1

Tints of Persian Blue #252CE1

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.38%

 BLUE value IS 225 (88.28% from 255) = 73.53%

R = 12.09%
G = 14.38%
B = 73.53%

CMYK

 C value IS 0.84

 M value IS 0.80

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#252CE1 (or 0x252CE1) is known color: Persian Blue. HEX triplet: 25, 2C and E1. RGB value is (37,44,225). Sum of RGB (Red+Green+Blue) = 37+44+225=306 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.09% from 306); Green value is 44 (17.58% from 255 or 14.38% from 306); Blue value is 225 (88.28% from 255 or 73.53% from 306); Max value from RGB is 225 - color contains mainly: blue. Hex color #252CE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252CE1 is #DAD31E. Grayscale: #3D3D3D. Windows color (decimal): -14340895 or 14756901. OLE color: 14756901.

HSL color Cylindrical-coordinate representation of color #252CE1: hue angle of 237.77º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #252CE1 is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 37 44 225 -
CMYK 0.84 0.80 0 0.12
HSL 237.77º 0.76% 0.51% -
HSV(B) 237.77º 0.84% 0.88% -
XYZ 15.25 7.63 71.9 -
YUV 62.54 219.68 109.78 -
System Red Green Blue C M Y K H S L
Decimal 37 44 225 0.84 0.80 0 0.12 237.77 0.76 0.51
Hex 25 2C E1 54 50 0 C EE 4C 33
Octal 45 54 341 124 120 0 14 356 114 63
Binary 100101 101100 11100001 1010100 1010000 0 1100 11101110 1001100 110011

Color Harmonies of #252CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252CE1

Black with #252CE1

Text Example


Text Example

White with #252CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252CE1; }

 p { color: rgb(37,44,225); }

 H1.HeaderClassName
 {
   color: #252CE1;
 }
 .AnyTagClassName
 {
   color: #252CE1;
 }
</style>

background-color css

<style>
 a { background-color: #252CE1; }

 a { background-color: rgb(37,44,225); }

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

border-color css

<style>
 span { border-color: #252CE1; }

 span { border-color: rgb(37,44,225); }

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