Html Css Color HEX #253CAB Persian Blue

📋 copy color: '#253CAB'

red 37 ◦ green 60 ◦ blue 171

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

Shades of Persian Blue #253CAB

Tints of Persian Blue #253CAB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.39%

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

R = 13.81%
G = 22.39%
B = 63.81%

CMYK

 C value IS 0.78

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#253CAB (or 0x253CAB) is known color: Persian Blue. HEX triplet: 25, 3C and AB. RGB value is (37,60,171). Sum of RGB (Red+Green+Blue) = 37+60+171=268 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.81% from 268); Green value is 60 (23.83% from 255 or 22.39% from 268); Blue value is 171 (67.19% from 255 or 63.81% from 268); Max value from RGB is 171 - color contains mainly: blue. Hex color #253CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253CAB is #DAC354. Grayscale: #414141. Windows color (decimal): -14336853 or 11222053. OLE color: 11222053.

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

Color convert

RGB 37 60 171 -
CMYK 0.78 0.65 0 0.33
HSL 229.7º 0.64% 0.41% -
HSV(B) 229.7º 0.78% 0.67% -
XYZ 9.73 6.57 39.28 -
YUV 65.78 187.38 107.47 -
System Red Green Blue C M Y K H S L
Decimal 37 60 171 0.78 0.65 0 0.33 229.7 0.64 0.41
Hex 25 3C AB 4E 41 0 21 E6 40 29
Octal 45 74 253 116 101 0 41 346 100 51
Binary 100101 111100 10101011 1001110 1000001 0 100001 11100110 1000000 101001

Color Harmonies of #253CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253CAB

Black with #253CAB

Text Example


Text Example

White with #253CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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