Html Css Color HEX #282EAB Persian Blue

📋 copy color: '#282EAB'

red 40 ◦ green 46 ◦ blue 171

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

Shades of Persian Blue #282EAB

Tints of Persian Blue #282EAB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.9%

 BLUE value IS 171 (67.19% from 255) = 66.54%

R = 15.56%
G = 17.9%
B = 66.54%

CMYK

 C value IS 0.77

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#282EAB (or 0x282EAB) is known color: Persian Blue. HEX triplet: 28, 2E and AB. RGB value is (40,46,171). Sum of RGB (Red+Green+Blue) = 40+46+171=257 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.56% from 257); Green value is 46 (18.36% from 255 or 17.90% from 257); Blue value is 171 (67.19% from 255 or 66.54% from 257); Max value from RGB is 171 - color contains mainly: blue. Hex color #282EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282EAB is #D7D154. Grayscale: #393939. Windows color (decimal): -14143829 or 11218472. OLE color: 11218472.

HSL color Cylindrical-coordinate representation of color #282EAB: hue angle of 237.25º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #282EAB is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 40 46 171 -
CMYK 0.77 0.73 0 0.33
HSL 237.25º 0.62% 0.41% -
HSV(B) 237.25º 0.77% 0.67% -
XYZ 9.2 5.35 39.07 -
YUV 58.46 191.51 114.84 -
System Red Green Blue C M Y K H S L
Decimal 40 46 171 0.77 0.73 0 0.33 237.25 0.62 0.41
Hex 28 2E AB 4D 49 0 21 ED 3E 29
Octal 50 56 253 115 111 0 41 355 76 51
Binary 101000 101110 10101011 1001101 1001001 0 100001 11101101 111110 101001

Color Harmonies of #282EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #282EAB

Black with #282EAB

Text Example


Text Example

White with #282EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,46,171); }

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

background-color css

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

 a { background-color: rgb(40,46,171); }

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

border-color css

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

 span { border-color: rgb(40,46,171); }

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