Html Css Color HEX #253FBE Persian Blue

📋 copy color: '#253FBE'

red 37 ◦ green 63 ◦ blue 190

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

Shades of Persian Blue #253FBE

Tints of Persian Blue #253FBE

RGB

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

 GREEN value IS 63 (25% from 255) = 21.72%

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

R = 12.76%
G = 21.72%
B = 65.52%

CMYK

 C value IS 0.81

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#253FBE (or 0x253FBE) is known color: Persian Blue. HEX triplet: 25, 3F and BE. RGB value is (37,63,190). Sum of RGB (Red+Green+Blue) = 37+63+190=290 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.76% from 290); Green value is 63 (25% from 255 or 21.72% from 290); Blue value is 190 (74.61% from 255 or 65.52% from 290); Max value from RGB is 190 - color contains mainly: blue. Hex color #253FBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253FBE is #DAC041. Grayscale: #454545. Windows color (decimal): -14336066 or 12468005. OLE color: 12468005.

HSL color Cylindrical-coordinate representation of color #253FBE: hue angle of 229.8º 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 #253FBE is Cyan = 0.81, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 37 63 190 -
CMYK 0.81 0.67 0 0.25
HSL 229.8º 0.67% 0.45% -
HSV(B) 229.8º 0.81% 0.75% -
XYZ 11.83 7.67 49.57 -
YUV 69.7 195.89 104.67 -
System Red Green Blue C M Y K H S L
Decimal 37 63 190 0.81 0.67 0 0.25 229.8 0.67 0.45
Hex 25 3F BE 51 43 0 19 E6 43 2D
Octal 45 77 276 121 103 0 31 346 103 55
Binary 100101 111111 10111110 1010001 1000011 0 11001 11100110 1000011 101101

Color Harmonies of #253FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253FBE

Black with #253FBE

Text Example


Text Example

White with #253FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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