Html Css Color HEX #253EC9 Persian Blue

📋 copy color: '#253EC9'

red 37 ◦ green 62 ◦ blue 201

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

Shades of Persian Blue #253EC9

Tints of Persian Blue #253EC9

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.67%

 BLUE value IS 201 (78.91% from 255) = 67%

R = 12.33%
G = 20.67%
B = 67%

CMYK

 C value IS 0.82

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#253EC9 (or 0x253EC9) is known color: Persian Blue. HEX triplet: 25, 3E and C9. RGB value is (37,62,201). Sum of RGB (Red+Green+Blue) = 37+62+201=300 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.33% from 300); Green value is 62 (24.61% from 255 or 20.67% from 300); Blue value is 201 (78.91% from 255 or 67% from 300); Max value from RGB is 201 - color contains mainly: blue. Hex color #253EC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253EC9 is #DAC136. Grayscale: #454545. Windows color (decimal): -14336311 or 13188645. OLE color: 13188645.

HSL color Cylindrical-coordinate representation of color #253EC9: hue angle of 230.85º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #253EC9 is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 37 62 201 -
CMYK 0.82 0.69 0 0.21
HSL 230.85º 0.69% 0.47% -
HSV(B) 230.85º 0.82% 0.79% -
XYZ 13.03 8.06 56.13 -
YUV 70.37 201.72 104.2 -
System Red Green Blue C M Y K H S L
Decimal 37 62 201 0.82 0.69 0 0.21 230.85 0.69 0.47
Hex 25 3E C9 52 45 0 15 E7 45 2F
Octal 45 76 311 122 105 0 25 347 105 57
Binary 100101 111110 11001001 1010010 1000101 0 10101 11100111 1000101 101111

Color Harmonies of #253EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253EC9

Black with #253EC9

Text Example


Text Example

White with #253EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,62,201); }

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

background-color css

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

 a { background-color: rgb(37,62,201); }

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

border-color css

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

 span { border-color: rgb(37,62,201); }

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