Html Css Color HEX #253FBA Persian Blue

📋 copy color: '#253FBA'

red 37 ◦ green 63 ◦ blue 186

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

Shades of Persian Blue #253FBA

Tints of Persian Blue #253FBA

RGB

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

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

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

R = 12.94%
G = 22.03%
B = 65.03%

CMYK

 C value IS 0.80

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#253FBA (or 0x253FBA) is known color: Persian Blue. HEX triplet: 25, 3F and BA. RGB value is (37,63,186). Sum of RGB (Red+Green+Blue) = 37+63+186=286 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.94% from 286); Green value is 63 (25% from 255 or 22.03% from 286); Blue value is 186 (73.05% from 255 or 65.03% from 286); Max value from RGB is 186 - color contains mainly: blue. Hex color #253FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253FBA is #DAC045. Grayscale: #444444. Windows color (decimal): -14336070 or 12205861. OLE color: 12205861.

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

Color convert

RGB 37 63 186 -
CMYK 0.80 0.66 0 0.27
HSL 229.53º 0.67% 0.44% -
HSV(B) 229.53º 0.8% 0.73% -
XYZ 11.4 7.49 47.3 -
YUV 69.25 193.89 105 -
System Red Green Blue C M Y K H S L
Decimal 37 63 186 0.80 0.66 0 0.27 229.53 0.67 0.44
Hex 25 3F BA 50 42 0 1B E6 43 2C
Octal 45 77 272 120 102 0 33 346 103 54
Binary 100101 111111 10111010 1010000 1000010 0 11011 11100110 1000011 101100

Color Harmonies of #253FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253FBA

Black with #253FBA

Text Example


Text Example

White with #253FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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