Html Css Color HEX #252FAC Persian Blue

📋 copy color: '#252FAC'

red 37 ◦ green 47 ◦ blue 172

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

Shades of Persian Blue #252FAC

Tints of Persian Blue #252FAC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.36%

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

R = 14.45%
G = 18.36%
B = 67.19%

CMYK

 C value IS 0.78

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#252FAC (or 0x252FAC) is known color: Persian Blue. HEX triplet: 25, 2F and AC. RGB value is (37,47,172). Sum of RGB (Red+Green+Blue) = 37+47+172=256 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.45% from 256); Green value is 47 (18.75% from 255 or 18.36% from 256); Blue value is 172 (67.58% from 255 or 67.19% from 256); Max value from RGB is 172 - color contains mainly: blue. Hex color #252FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252FAC is #DAD053. Grayscale: #393939. Windows color (decimal): -14340180 or 11284261. OLE color: 11284261.

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

Color convert

RGB 37 47 172 -
CMYK 0.78 0.73 0 0.33
HSL 235.56º 0.65% 0.41% -
HSV(B) 235.56º 0.78% 0.67% -
XYZ 9.23 5.4 39.59 -
YUV 58.26 192.19 112.84 -
System Red Green Blue C M Y K H S L
Decimal 37 47 172 0.78 0.73 0 0.33 235.56 0.65 0.41
Hex 25 2F AC 4E 49 0 21 EC 41 29
Octal 45 57 254 116 111 0 41 354 101 51
Binary 100101 101111 10101100 1001110 1001001 0 100001 11101100 1000001 101001

Color Harmonies of #252FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252FAC

Black with #252FAC

Text Example


Text Example

White with #252FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252FAC; }

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

 H1.HeaderClassName
 {
   color: #252FAC;
 }
 .AnyTagClassName
 {
   color: #252FAC;
 }
</style>

background-color css

<style>
 a { background-color: #252FAC; }

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

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

border-color css

<style>
 span { border-color: #252FAC; }

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

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