Html Css Color HEX #252AB3 Persian Blue

📋 copy color: '#252AB3'

red 37 ◦ green 42 ◦ blue 179

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

Shades of Persian Blue #252AB3

Tints of Persian Blue #252AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 69.38%

R = 14.34%
G = 16.28%
B = 69.38%

CMYK

 C value IS 0.79

 M value IS 0.77

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#252AB3 (or 0x252AB3) is known color: Persian Blue. HEX triplet: 25, 2A and B3. RGB value is (37,42,179). Sum of RGB (Red+Green+Blue) = 37+42+179=258 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.34% from 258); Green value is 42 (16.80% from 255 or 16.28% from 258); Blue value is 179 (70.31% from 255 or 69.38% from 258); Max value from RGB is 179 - color contains mainly: blue. Hex color #252AB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252AB3 is #DAD54C. Grayscale: #373737. Windows color (decimal): -14341453 or 11741733. OLE color: 11741733.

HSL color Cylindrical-coordinate representation of color #252AB3: hue angle of 237.89º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #252AB3 is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 37 42 179 -
CMYK 0.79 0.77 0 0.30
HSL 237.89º 0.66% 0.42% -
HSV(B) 237.89º 0.79% 0.7% -
XYZ 9.73 5.3 43.16 -
YUV 56.12 197.34 114.36 -
System Red Green Blue C M Y K H S L
Decimal 37 42 179 0.79 0.77 0 0.30 237.89 0.66 0.42
Hex 25 2A B3 4F 4D 0 1E EE 42 2A
Octal 45 52 263 117 115 0 36 356 102 52
Binary 100101 101010 10110011 1001111 1001101 0 11110 11101110 1000010 101010

Color Harmonies of #252AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252AB3

Black with #252AB3

Text Example


Text Example

White with #252AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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