Html Css Color HEX #253AB9 Persian Blue

📋 copy color: '#253AB9'

red 37 ◦ green 58 ◦ blue 185

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

Shades of Persian Blue #253AB9

Tints of Persian Blue #253AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 66.07%

R = 13.21%
G = 20.71%
B = 66.07%

CMYK

 C value IS 0.80

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#253AB9 (or 0x253AB9) is known color: Persian Blue. HEX triplet: 25, 3A and B9. RGB value is (37,58,185). Sum of RGB (Red+Green+Blue) = 37+58+185=280 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.21% from 280); Green value is 58 (23.05% from 255 or 20.71% from 280); Blue value is 185 (72.66% from 255 or 66.07% from 280); Max value from RGB is 185 - color contains mainly: blue. Hex color #253AB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253AB9 is #DAC546. Grayscale: #414141. Windows color (decimal): -14337351 or 12139045. OLE color: 12139045.

HSL color Cylindrical-coordinate representation of color #253AB9: hue angle of 231.49º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #253AB9 is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 37 58 185 -
CMYK 0.80 0.69 0 0.27
HSL 231.49º 0.67% 0.44% -
HSV(B) 231.49º 0.8% 0.73% -
XYZ 11.03 6.92 46.65 -
YUV 66.2 195.04 107.17 -
System Red Green Blue C M Y K H S L
Decimal 37 58 185 0.80 0.69 0 0.27 231.49 0.67 0.44
Hex 25 3A B9 50 45 0 1B E7 43 2C
Octal 45 72 271 120 105 0 33 347 103 54
Binary 100101 111010 10111001 1010000 1000101 0 11011 11100111 1000011 101100

Color Harmonies of #253AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253AB9

Black with #253AB9

Text Example


Text Example

White with #253AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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