Html Css Color HEX #253CE4 Persian Blue

📋 copy color: '#253CE4'

red 37 ◦ green 60 ◦ blue 228

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

Shades of Persian Blue #253CE4

Tints of Persian Blue #253CE4

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.46%

 BLUE value IS 228 (89.45% from 255) = 70.15%

R = 11.38%
G = 18.46%
B = 70.15%

CMYK

 C value IS 0.84

 M value IS 0.74

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#253CE4 (or 0x253CE4) is known color: Persian Blue. HEX triplet: 25, 3C and E4. RGB value is (37,60,228). Sum of RGB (Red+Green+Blue) = 37+60+228=325 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.38% from 325); Green value is 60 (23.83% from 255 or 18.46% from 325); Blue value is 228 (89.45% from 255 or 70.15% from 325); Max value from RGB is 228 - color contains mainly: blue. Hex color #253CE4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253CE4 is #DAC31B. Grayscale: #474747. Windows color (decimal): -14336796 or 14957605. OLE color: 14957605.

HSL color Cylindrical-coordinate representation of color #253CE4: hue angle of 232.77º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #253CE4 is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 37 60 228 -
CMYK 0.84 0.74 0 0.11
HSL 232.77º 0.78% 0.52% -
HSV(B) 232.77º 0.84% 0.89% -
XYZ 16.38 9.23 74.32 -
YUV 72.28 215.88 102.84 -
System Red Green Blue C M Y K H S L
Decimal 37 60 228 0.84 0.74 0 0.11 232.77 0.78 0.52
Hex 25 3C E4 54 4A 0 B E9 4E 34
Octal 45 74 344 124 112 0 13 351 116 64
Binary 100101 111100 11100100 1010100 1001010 0 1011 11101001 1001110 110100

Color Harmonies of #253CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253CE4

Black with #253CE4

Text Example


Text Example

White with #253CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,60,228); }

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

background-color css

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

 a { background-color: rgb(37,60,228); }

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

border-color css

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

 span { border-color: rgb(37,60,228); }

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