Html Css Color HEX #253DAB Persian Blue

📋 copy color: '#253DAB'

red 37 ◦ green 61 ◦ blue 171

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

Shades of Persian Blue #253DAB

Tints of Persian Blue #253DAB

RGB

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

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

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

R = 13.75%
G = 22.68%
B = 63.57%

CMYK

 C value IS 0.78

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#253DAB (or 0x253DAB) is known color: Persian Blue. HEX triplet: 25, 3D and AB. RGB value is (37,61,171). Sum of RGB (Red+Green+Blue) = 37+61+171=269 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.75% from 269); Green value is 61 (24.22% from 255 or 22.68% from 269); Blue value is 171 (67.19% from 255 or 63.57% from 269); Max value from RGB is 171 - color contains mainly: blue. Hex color #253DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253DAB is #DAC254. Grayscale: #414141. Windows color (decimal): -14336597 or 11222309. OLE color: 11222309.

HSL color Cylindrical-coordinate representation of color #253DAB: hue angle of 229.25º 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 #253DAB is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 61 171 -
CMYK 0.78 0.64 0 0.33
HSL 229.25º 0.64% 0.41% -
HSV(B) 229.25º 0.78% 0.67% -
XYZ 9.78 6.67 39.3 -
YUV 66.36 187.05 107.06 -
System Red Green Blue C M Y K H S L
Decimal 37 61 171 0.78 0.64 0 0.33 229.25 0.64 0.41
Hex 25 3D AB 4E 40 0 21 E5 40 29
Octal 45 75 253 116 100 0 41 345 100 51
Binary 100101 111101 10101011 1001110 1000000 0 100001 11100101 1000000 101001

Color Harmonies of #253DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253DAB

Black with #253DAB

Text Example


Text Example

White with #253DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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