Html Css Color HEX #253AAB Persian Blue

📋 copy color: '#253AAB'

red 37 ◦ green 58 ◦ blue 171

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

Shades of Persian Blue #253AAB

Tints of Persian Blue #253AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 64.29%

R = 13.91%
G = 21.8%
B = 64.29%

CMYK

 C value IS 0.78

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#253AAB (or 0x253AAB) is known color: Persian Blue. HEX triplet: 25, 3A and AB. RGB value is (37,58,171). Sum of RGB (Red+Green+Blue) = 37+58+171=266 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.91% from 266); Green value is 58 (23.05% from 255 or 21.80% from 266); Blue value is 171 (67.19% from 255 or 64.29% from 266); Max value from RGB is 171 - color contains mainly: blue. Hex color #253AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253AAB is #DAC554. Grayscale: #404040. Windows color (decimal): -14337365 or 11221541. OLE color: 11221541.

HSL color Cylindrical-coordinate representation of color #253AAB: hue angle of 230.6º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #253AAB is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 58 171 -
CMYK 0.78 0.66 0 0.33
HSL 230.6º 0.64% 0.41% -
HSV(B) 230.6º 0.78% 0.67% -
XYZ 9.63 6.36 39.25 -
YUV 64.6 188.04 108.31 -
System Red Green Blue C M Y K H S L
Decimal 37 58 171 0.78 0.66 0 0.33 230.6 0.64 0.41
Hex 25 3A AB 4E 42 0 21 E7 40 29
Octal 45 72 253 116 102 0 41 347 100 51
Binary 100101 111010 10101011 1001110 1000010 0 100001 11100111 1000000 101001

Color Harmonies of #253AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253AAB

Black with #253AAB

Text Example


Text Example

White with #253AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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