Html Css Color HEX #252EAC Persian Blue

📋 copy color: '#252EAC'

red 37 ◦ green 46 ◦ blue 172

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

Shades of Persian Blue #252EAC

Tints of Persian Blue #252EAC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.04%

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

R = 14.51%
G = 18.04%
B = 67.45%

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

#252EAC (or 0x252EAC) is known color: Persian Blue. HEX triplet: 25, 2E and AC. RGB value is (37,46,172). Sum of RGB (Red+Green+Blue) = 37+46+172=255 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.51% from 255); Green value is 46 (18.36% from 255 or 18.04% from 255); Blue value is 172 (67.58% from 255 or 67.45% from 255); Max value from RGB is 172 - color contains mainly: blue. Hex color #252EAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252EAC is #DAD153. Grayscale: #393939. Windows color (decimal): -14340436 or 11284005. OLE color: 11284005.

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

Color convert

RGB 37 46 172 -
CMYK 0.78 0.73 0 0.33
HSL 236º 0.65% 0.41% -
HSV(B) 236º 0.78% 0.67% -
XYZ 9.19 5.33 39.57 -
YUV 57.67 192.52 113.25 -
System Red Green Blue C M Y K H S L
Decimal 37 46 172 0.78 0.73 0 0.33 236 0.65 0.41
Hex 25 2E AC 4E 49 0 21 EC 41 29
Octal 45 56 254 116 111 0 41 354 101 51
Binary 100101 101110 10101100 1001110 1001001 0 100001 11101100 1000001 101001

Color Harmonies of #252EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252EAC

Black with #252EAC

Text Example


Text Example

White with #252EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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