Html Css Color HEX #253ABA Persian Blue

📋 copy color: '#253ABA'

red 37 ◦ green 58 ◦ blue 186

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

Shades of Persian Blue #253ABA

Tints of Persian Blue #253ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 66.19%

R = 13.17%
G = 20.64%
B = 66.19%

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

#253ABA (or 0x253ABA) is known color: Persian Blue. HEX triplet: 25, 3A and BA. RGB value is (37,58,186). Sum of RGB (Red+Green+Blue) = 37+58+186=281 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.17% from 281); Green value is 58 (23.05% from 255 or 20.64% from 281); Blue value is 186 (73.05% from 255 or 66.19% from 281); Max value from RGB is 186 - color contains mainly: blue. Hex color #253ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253ABA is #DAC545. Grayscale: #414141. Windows color (decimal): -14337350 or 12204581. OLE color: 12204581.

HSL color Cylindrical-coordinate representation of color #253ABA: hue angle of 231.54º 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 #253ABA is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 37 58 186 -
CMYK 0.80 0.69 0 0.27
HSL 231.54º 0.67% 0.44% -
HSV(B) 231.54º 0.8% 0.73% -
XYZ 11.14 6.96 47.21 -
YUV 66.31 195.54 107.09 -
System Red Green Blue C M Y K H S L
Decimal 37 58 186 0.80 0.69 0 0.27 231.54 0.67 0.44
Hex 25 3A BA 50 45 0 1B E8 43 2C
Octal 45 72 272 120 105 0 33 350 103 54
Binary 100101 111010 10111010 1010000 1000101 0 11011 11101000 1000011 101100

Color Harmonies of #253ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253ABA

Black with #253ABA

Text Example


Text Example

White with #253ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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