Html Css Color HEX #252AAB Persian Blue

📋 copy color: '#252AAB'

red 37 ◦ green 42 ◦ blue 171

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

Shades of Persian Blue #252AAB

Tints of Persian Blue #252AAB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.8%

 BLUE value IS 171 (67.19% from 255) = 68.4%

R = 14.8%
G = 16.8%
B = 68.4%

CMYK

 C value IS 0.78

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#252AAB (or 0x252AAB) is known color: Persian Blue. HEX triplet: 25, 2A and AB. RGB value is (37,42,171). Sum of RGB (Red+Green+Blue) = 37+42+171=250 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.8% from 250); Green value is 42 (16.80% from 255 or 16.8% from 250); Blue value is 171 (67.19% from 255 or 68.4% from 250); Max value from RGB is 171 - color contains mainly: blue. Hex color #252AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252AAB is #DAD554. Grayscale: #363636. Windows color (decimal): -14341461 or 11217445. OLE color: 11217445.

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

Color convert

RGB 37 42 171 -
CMYK 0.78 0.75 0 0.33
HSL 237.76º 0.64% 0.41% -
HSV(B) 237.76º 0.78% 0.67% -
XYZ 8.94 4.99 39.02 -
YUV 55.21 193.34 115.01 -
System Red Green Blue C M Y K H S L
Decimal 37 42 171 0.78 0.75 0 0.33 237.76 0.64 0.41
Hex 25 2A AB 4E 4B 0 21 EE 40 29
Octal 45 52 253 116 113 0 41 356 100 51
Binary 100101 101010 10101011 1001110 1001011 0 100001 11101110 1000000 101001

Color Harmonies of #252AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252AAB

Black with #252AAB

Text Example


Text Example

White with #252AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,42,171); }

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

background-color css

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

 a { background-color: rgb(37,42,171); }

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

border-color css

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

 span { border-color: rgb(37,42,171); }

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