Html Css Color HEX #253ABE Persian Blue

📋 copy color: '#253ABE'

red 37 ◦ green 58 ◦ blue 190

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

Shades of Persian Blue #253ABE

Tints of Persian Blue #253ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 66.67%

R = 12.98%
G = 20.35%
B = 66.67%

CMYK

 C value IS 0.81

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#253ABE (or 0x253ABE) is known color: Persian Blue. HEX triplet: 25, 3A and BE. RGB value is (37,58,190). Sum of RGB (Red+Green+Blue) = 37+58+190=285 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.98% from 285); Green value is 58 (23.05% from 255 or 20.35% from 285); Blue value is 190 (74.61% from 255 or 66.67% from 285); Max value from RGB is 190 - color contains mainly: blue. Hex color #253ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253ABE is #DAC541. Grayscale: #424242. Windows color (decimal): -14337346 or 12466725. OLE color: 12466725.

HSL color Cylindrical-coordinate representation of color #253ABE: hue angle of 231.76º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #253ABE is Cyan = 0.81, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 37 58 190 -
CMYK 0.81 0.69 0 0.25
HSL 231.76º 0.67% 0.45% -
HSV(B) 231.76º 0.81% 0.75% -
XYZ 11.57 7.14 49.48 -
YUV 66.77 197.54 106.77 -
System Red Green Blue C M Y K H S L
Decimal 37 58 190 0.81 0.69 0 0.25 231.76 0.67 0.45
Hex 25 3A BE 51 45 0 19 E8 43 2D
Octal 45 72 276 121 105 0 31 350 103 55
Binary 100101 111010 10111110 1010001 1000101 0 11001 11101000 1000011 101101

Color Harmonies of #253ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253ABE

Black with #253ABE

Text Example


Text Example

White with #253ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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