Html Css Color HEX #253DC9 Persian Blue

📋 copy color: '#253DC9'

red 37 ◦ green 61 ◦ blue 201

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

Shades of Persian Blue #253DC9

Tints of Persian Blue #253DC9

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.4%

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

R = 12.37%
G = 20.4%
B = 67.22%

CMYK

 C value IS 0.82

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#253DC9 (or 0x253DC9) is known color: Persian Blue. HEX triplet: 25, 3D and C9. RGB value is (37,61,201). Sum of RGB (Red+Green+Blue) = 37+61+201=299 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.37% from 299); Green value is 61 (24.22% from 255 or 20.40% from 299); Blue value is 201 (78.91% from 255 or 67.22% from 299); Max value from RGB is 201 - color contains mainly: blue. Hex color #253DC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253DC9 is #DAC236. Grayscale: #454545. Windows color (decimal): -14336567 or 13188389. OLE color: 13188389.

HSL color Cylindrical-coordinate representation of color #253DC9: hue angle of 231.22º 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 #253DC9 is Cyan = 0.82, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 37 61 201 -
CMYK 0.82 0.70 0 0.21
HSL 231.22º 0.69% 0.47% -
HSV(B) 231.22º 0.82% 0.79% -
XYZ 12.97 7.95 56.11 -
YUV 69.78 202.05 104.62 -
System Red Green Blue C M Y K H S L
Decimal 37 61 201 0.82 0.70 0 0.21 231.22 0.69 0.47
Hex 25 3D C9 52 46 0 15 E7 45 2F
Octal 45 75 311 122 106 0 25 347 105 57
Binary 100101 111101 11001001 1010010 1000110 0 10101 11100111 1000101 101111

Color Harmonies of #253DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253DC9

Black with #253DC9

Text Example


Text Example

White with #253DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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