Html Css Color HEX #253BAA Persian Blue

📋 copy color: '#253BAA'

red 37 ◦ green 59 ◦ blue 170

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

Shades of Persian Blue #253BAA

Tints of Persian Blue #253BAA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.18%

 BLUE value IS 170 (66.8% from 255) = 63.91%

R = 13.91%
G = 22.18%
B = 63.91%

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

#253BAA (or 0x253BAA) is known color: Persian Blue. HEX triplet: 25, 3B and AA. RGB value is (37,59,170). Sum of RGB (Red+Green+Blue) = 37+59+170=266 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.91% from 266); Green value is 59 (23.44% from 255 or 22.18% from 266); Blue value is 170 (66.80% from 255 or 63.91% from 266); Max value from RGB is 170 - color contains mainly: blue. Hex color #253BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253BAA is #DAC455. Grayscale: #404040. Windows color (decimal): -14337110 or 11156261. OLE color: 11156261.

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

Color convert

RGB 37 59 170 -
CMYK 0.78 0.65 0 0.33
HSL 230.08º 0.64% 0.41% -
HSV(B) 230.08º 0.78% 0.67% -
XYZ 9.58 6.42 38.77 -
YUV 65.08 187.21 107.97 -
System Red Green Blue C M Y K H S L
Decimal 37 59 170 0.78 0.65 0 0.33 230.08 0.64 0.41
Hex 25 3B AA 4E 41 0 21 E6 40 29
Octal 45 73 252 116 101 0 41 346 100 51
Binary 100101 111011 10101010 1001110 1000001 0 100001 11100110 1000000 101001

Color Harmonies of #253BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253BAA

Black with #253BAA

Text Example


Text Example

White with #253BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,59,170); }

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

background-color css

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

 a { background-color: rgb(37,59,170); }

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

border-color css

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

 span { border-color: rgb(37,59,170); }

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