Html Css Color HEX #282AAE Persian Blue

📋 copy color: '#282AAE'

red 40 ◦ green 42 ◦ blue 174

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

Shades of Persian Blue #282AAE

Tints of Persian Blue #282AAE

RGB

 RED value IS 40 (16.02% from 255) = 15.63%

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

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

R = 15.63%
G = 16.41%
B = 67.97%

CMYK

 C value IS 0.77

 M value IS 0.76

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#282AAE (or 0x282AAE) is known color: Persian Blue. HEX triplet: 28, 2A and AE. RGB value is (40,42,174). Sum of RGB (Red+Green+Blue) = 40+42+174=256 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.62% from 256); Green value is 42 (16.80% from 255 or 16.41% from 256); Blue value is 174 (68.36% from 255 or 67.97% from 256); Max value from RGB is 174 - color contains mainly: blue. Hex color #282AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282AAE is #D7D551. Grayscale: #373737. Windows color (decimal): -14144850 or 11414056. OLE color: 11414056.

HSL color Cylindrical-coordinate representation of color #282AAE: hue angle of 239.1º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #282AAE is Cyan = 0.77, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 40 42 174 -
CMYK 0.77 0.76 0 0.32
HSL 239.1º 0.63% 0.42% -
HSV(B) 239.1º 0.77% 0.68% -
XYZ 9.34 5.16 40.55 -
YUV 56.45 194.34 116.27 -
System Red Green Blue C M Y K H S L
Decimal 40 42 174 0.77 0.76 0 0.32 239.1 0.63 0.42
Hex 28 2A AE 4D 4C 0 20 EF 3F 2A
Octal 50 52 256 115 114 0 40 357 77 52
Binary 101000 101010 10101110 1001101 1001100 0 100000 11101111 111111 101010

Color Harmonies of #282AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #282AAE

Black with #282AAE

Text Example


Text Example

White with #282AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #282AAE; }

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

 H1.HeaderClassName
 {
   color: #282AAE;
 }
 .AnyTagClassName
 {
   color: #282AAE;
 }
</style>

background-color css

<style>
 a { background-color: #282AAE; }

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

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

border-color css

<style>
 span { border-color: #282AAE; }

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

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