Html Css Color HEX #282FAD Persian Blue

📋 copy color: '#282FAD'

red 40 ◦ green 47 ◦ blue 173

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

Shades of Persian Blue #282FAD

Tints of Persian Blue #282FAD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.08%

 BLUE value IS 173 (67.97% from 255) = 66.54%

R = 15.38%
G = 18.08%
B = 66.54%

CMYK

 C value IS 0.77

 M value IS 0.73

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#282FAD (or 0x282FAD) is known color: Persian Blue. HEX triplet: 28, 2F and AD. RGB value is (40,47,173). Sum of RGB (Red+Green+Blue) = 40+47+173=260 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.38% from 260); Green value is 47 (18.75% from 255 or 18.08% from 260); Blue value is 173 (67.97% from 255 or 66.54% from 260); Max value from RGB is 173 - color contains mainly: blue. Hex color #282FAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282FAD is #D7D052. Grayscale: #3A3A3A. Windows color (decimal): -14143571 or 11349800. OLE color: 11349800.

HSL color Cylindrical-coordinate representation of color #282FAD: hue angle of 236.84º degrees, saturation: 0.62, 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 #282FAD is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 40 47 173 -
CMYK 0.77 0.73 0 0.32
HSL 236.84º 0.62% 0.42% -
HSV(B) 236.84º 0.77% 0.68% -
XYZ 9.43 5.5 40.1 -
YUV 59.27 192.18 114.25 -
System Red Green Blue C M Y K H S L
Decimal 40 47 173 0.77 0.73 0 0.32 236.84 0.62 0.42
Hex 28 2F AD 4D 49 0 20 ED 3E 2A
Octal 50 57 255 115 111 0 40 355 76 52
Binary 101000 101111 10101101 1001101 1001001 0 100000 11101101 111110 101010

Color Harmonies of #282FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #282FAD

Black with #282FAD

Text Example


Text Example

White with #282FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,47,173); }

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

background-color css

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

 a { background-color: rgb(40,47,173); }

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

border-color css

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

 span { border-color: rgb(40,47,173); }

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