Html Css Color HEX #253BAC Persian Blue

📋 copy color: '#253BAC'

red 37 ◦ green 59 ◦ blue 172

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

Shades of Persian Blue #253BAC

Tints of Persian Blue #253BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 64.18%

R = 13.81%
G = 22.01%
B = 64.18%

CMYK

 C value IS 0.78

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#253BAC (or 0x253BAC) is known color: Persian Blue. HEX triplet: 25, 3B and AC. RGB value is (37,59,172). Sum of RGB (Red+Green+Blue) = 37+59+172=268 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.81% from 268); Green value is 59 (23.44% from 255 or 22.01% from 268); Blue value is 172 (67.58% from 255 or 64.18% from 268); Max value from RGB is 172 - color contains mainly: blue. Hex color #253BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253BAC is #DAC453. Grayscale: #404040. Windows color (decimal): -14337108 or 11287333. OLE color: 11287333.

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

Color convert

RGB 37 59 172 -
CMYK 0.78 0.66 0 0.33
HSL 230.22º 0.65% 0.41% -
HSV(B) 230.22º 0.78% 0.67% -
XYZ 9.77 6.5 39.77 -
YUV 65.3 188.21 107.81 -
System Red Green Blue C M Y K H S L
Decimal 37 59 172 0.78 0.66 0 0.33 230.22 0.65 0.41
Hex 25 3B AC 4E 42 0 21 E6 41 29
Octal 45 73 254 116 102 0 41 346 101 51
Binary 100101 111011 10101100 1001110 1000010 0 100001 11100110 1000001 101001

Color Harmonies of #253BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253BAC

Black with #253BAC

Text Example


Text Example

White with #253BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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