Html Css Color HEX #253AE5 Persian Blue

📋 copy color: '#253AE5'

red 37 ◦ green 58 ◦ blue 229

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

Shades of Persian Blue #253AE5

Tints of Persian Blue #253AE5

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.9%

 BLUE value IS 229 (89.84% from 255) = 70.68%

R = 11.42%
G = 17.9%
B = 70.68%

CMYK

 C value IS 0.84

 M value IS 0.75

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#253AE5 (or 0x253AE5) is known color: Persian Blue. HEX triplet: 25, 3A and E5. RGB value is (37,58,229). Sum of RGB (Red+Green+Blue) = 37+58+229=324 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.42% from 324); Green value is 58 (23.05% from 255 or 17.90% from 324); Blue value is 229 (89.84% from 255 or 70.68% from 324); Max value from RGB is 229 - color contains mainly: blue. Hex color #253AE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253AE5 is #DAC51A. Grayscale: #464646. Windows color (decimal): -14337307 or 15022629. OLE color: 15022629.

HSL color Cylindrical-coordinate representation of color #253AE5: hue angle of 233.44º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #253AE5 is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 37 58 229 -
CMYK 0.84 0.75 0 0.10
HSL 233.44º 0.79% 0.52% -
HSV(B) 233.44º 0.84% 0.9% -
XYZ 16.42 9.08 75.02 -
YUV 71.22 217.04 103.6 -
System Red Green Blue C M Y K H S L
Decimal 37 58 229 0.84 0.75 0 0.10 233.44 0.79 0.52
Hex 25 3A E5 54 4B 0 A E9 4F 34
Octal 45 72 345 124 113 0 12 351 117 64
Binary 100101 111010 11100101 1010100 1001011 0 1010 11101001 1001111 110100

Color Harmonies of #253AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253AE5

Black with #253AE5

Text Example


Text Example

White with #253AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253AE5; }

 p { color: rgb(37,58,229); }

 H1.HeaderClassName
 {
   color: #253AE5;
 }
 .AnyTagClassName
 {
   color: #253AE5;
 }
</style>

background-color css

<style>
 a { background-color: #253AE5; }

 a { background-color: rgb(37,58,229); }

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

border-color css

<style>
 span { border-color: #253AE5; }

 span { border-color: rgb(37,58,229); }

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