Html Css Color HEX #252CE7 Persian Blue

📋 copy color: '#252CE7'

red 37 ◦ green 44 ◦ blue 231

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

Shades of Persian Blue #252CE7

Tints of Persian Blue #252CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 74.04%

R = 11.86%
G = 14.1%
B = 74.04%

CMYK

 C value IS 0.84

 M value IS 0.81

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#252CE7 (or 0x252CE7) is known color: Persian Blue. HEX triplet: 25, 2C and E7. RGB value is (37,44,231). Sum of RGB (Red+Green+Blue) = 37+44+231=312 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.86% from 312); Green value is 44 (17.58% from 255 or 14.10% from 312); Blue value is 231 (90.62% from 255 or 74.04% from 312); Max value from RGB is 231 - color contains mainly: blue. Hex color #252CE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #252CE7 is #DAD318. Grayscale: #3E3E3E. Windows color (decimal): -14340889 or 15150117. OLE color: 15150117.

HSL color Cylindrical-coordinate representation of color #252CE7: hue angle of 237.84º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #252CE7 is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 37 44 231 -
CMYK 0.84 0.81 0 0.09
HSL 237.84º 0.8% 0.53% -
HSV(B) 237.84º 0.84% 0.91% -
XYZ 16.09 7.96 76.29 -
YUV 63.23 222.68 109.29 -
System Red Green Blue C M Y K H S L
Decimal 37 44 231 0.84 0.81 0 0.09 237.84 0.8 0.53
Hex 25 2C E7 54 51 0 9 EE 50 35
Octal 45 54 347 124 121 0 11 356 120 65
Binary 100101 101100 11100111 1010100 1010001 0 1001 11101110 1010000 110101

Color Harmonies of #252CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252CE7

Black with #252CE7

Text Example


Text Example

White with #252CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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