Html Css Color HEX #253DAC Persian Blue

📋 copy color: '#253DAC'

red 37 ◦ green 61 ◦ blue 172

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

Shades of Persian Blue #253DAC

Tints of Persian Blue #253DAC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.59%

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

R = 13.7%
G = 22.59%
B = 63.7%

CMYK

 C value IS 0.78

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#253DAC (or 0x253DAC) is known color: Persian Blue. HEX triplet: 25, 3D and AC. RGB value is (37,61,172). Sum of RGB (Red+Green+Blue) = 37+61+172=270 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.70% from 270); Green value is 61 (24.22% from 255 or 22.59% from 270); Blue value is 172 (67.58% from 255 or 63.70% from 270); Max value from RGB is 172 - color contains mainly: blue. Hex color #253DAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253DAC is #DAC253. Grayscale: #424242. Windows color (decimal): -14336596 or 11287845. OLE color: 11287845.

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

Color convert

RGB 37 61 172 -
CMYK 0.78 0.65 0 0.33
HSL 229.33º 0.65% 0.41% -
HSV(B) 229.33º 0.78% 0.67% -
XYZ 9.88 6.71 39.8 -
YUV 66.48 187.55 106.97 -
System Red Green Blue C M Y K H S L
Decimal 37 61 172 0.78 0.65 0 0.33 229.33 0.65 0.41
Hex 25 3D AC 4E 41 0 21 E5 41 29
Octal 45 75 254 116 101 0 41 345 101 51
Binary 100101 111101 10101100 1001110 1000001 0 100001 11100101 1000001 101001

Color Harmonies of #253DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253DAC

Black with #253DAC

Text Example


Text Example

White with #253DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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