Html Css Color HEX #2428AA Persian Blue

📋 copy color: '#2428AA'

red 36 ◦ green 40 ◦ blue 170

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

Shades of Persian Blue #2428AA

Tints of Persian Blue #2428AA

RGB

 RED value IS 36 (14.45% from 255) = 14.63%

 GREEN value IS 40 (16.02% from 255) = 16.26%

 BLUE value IS 170 (66.8% from 255) = 69.11%

R = 14.63%
G = 16.26%
B = 69.11%

CMYK

 C value IS 0.79

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2428AA (or 0x2428AA) is known color: Persian Blue. HEX triplet: 24, 28 and AA. RGB value is (36,40,170). Sum of RGB (Red+Green+Blue) = 36+40+170=246 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.63% from 246); Green value is 40 (16.02% from 255 or 16.26% from 246); Blue value is 170 (66.80% from 255 or 69.11% from 246); Max value from RGB is 170 - color contains mainly: blue. Hex color #2428AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2428AA is #DBD755. Grayscale: #353535. Windows color (decimal): -14407510 or 11151396. OLE color: 11151396.

HSL color Cylindrical-coordinate representation of color #2428AA: hue angle of 238.21º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2428AA is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 36 40 170 -
CMYK 0.79 0.76 0 0.33
HSL 238.21º 0.65% 0.4% -
HSV(B) 238.21º 0.79% 0.67% -
XYZ 8.74 4.79 38.49 -
YUV 53.62 193.67 115.43 -
System Red Green Blue C M Y K H S L
Decimal 36 40 170 0.79 0.76 0 0.33 238.21 0.65 0.4
Hex 24 28 AA 4F 4C 0 21 EE 41 28
Octal 44 50 252 117 114 0 41 356 101 50
Binary 100100 101000 10101010 1001111 1001100 0 100001 11101110 1000001 101000

Color Harmonies of #2428AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2428AA

Black with #2428AA

Text Example


Text Example

White with #2428AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2428AA; }

 p { color: rgb(36,40,170); }

 H1.HeaderClassName
 {
   color: #2428AA;
 }
 .AnyTagClassName
 {
   color: #2428AA;
 }
</style>

background-color css

<style>
 a { background-color: #2428AA; }

 a { background-color: rgb(36,40,170); }

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

border-color css

<style>
 span { border-color: #2428AA; }

 span { border-color: rgb(36,40,170); }

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