Html Css Color HEX #2428AE Persian Blue

📋 copy color: '#2428AE'

red 36 ◦ green 40 ◦ blue 174

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

Shades of Persian Blue #2428AE

Tints of Persian Blue #2428AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 69.6%

R = 14.4%
G = 16%
B = 69.6%

CMYK

 C value IS 0.79

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2428AE (or 0x2428AE) is known color: Persian Blue. HEX triplet: 24, 28 and AE. RGB value is (36,40,174). Sum of RGB (Red+Green+Blue) = 36+40+174=250 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.4% from 250); Green value is 40 (16.02% from 255 or 16% from 250); Blue value is 174 (68.36% from 255 or 69.6% from 250); Max value from RGB is 174 - color contains mainly: blue. Hex color #2428AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2428AE is #DBD751. Grayscale: #353535. Windows color (decimal): -14407506 or 11413540. OLE color: 11413540.

HSL color Cylindrical-coordinate representation of color #2428AE: hue angle of 238.26º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2428AE is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 36 40 174 -
CMYK 0.79 0.77 0 0.32
HSL 238.26º 0.66% 0.41% -
HSV(B) 238.26º 0.79% 0.68% -
XYZ 9.13 4.95 40.52 -
YUV 54.08 195.67 115.1 -
System Red Green Blue C M Y K H S L
Decimal 36 40 174 0.79 0.77 0 0.32 238.26 0.66 0.41
Hex 24 28 AE 4F 4D 0 20 EE 42 29
Octal 44 50 256 117 115 0 40 356 102 51
Binary 100100 101000 10101110 1001111 1001101 0 100000 11101110 1000010 101001

Color Harmonies of #2428AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2428AE

Black with #2428AE

Text Example


Text Example

White with #2428AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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