Html Css Color HEX #2833AA Persian Blue

📋 copy color: '#2833AA'

red 40 ◦ green 51 ◦ blue 170

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

Shades of Persian Blue #2833AA

Tints of Persian Blue #2833AA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.54%

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

R = 15.33%
G = 19.54%
B = 65.13%

CMYK

 C value IS 0.76

 M value IS 0.7

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2833AA (or 0x2833AA) is known color: Persian Blue. HEX triplet: 28, 33 and AA. RGB value is (40,51,170). Sum of RGB (Red+Green+Blue) = 40+51+170=261 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.33% from 261); Green value is 51 (20.31% from 255 or 19.54% from 261); Blue value is 170 (66.80% from 255 or 65.13% from 261); Max value from RGB is 170 - color contains mainly: blue. Hex color #2833AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2833AA is #D7CC55. Grayscale: #3C3C3C. Windows color (decimal): -14142550 or 11154216. OLE color: 11154216.

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

Color convert

RGB 40 51 170 -
CMYK 0.76 0.7 0 0.33
HSL 234.92º 0.62% 0.41% -
HSV(B) 234.92º 0.76% 0.67% -
XYZ 9.31 5.72 38.64 -
YUV 61.28 189.36 112.82 -
System Red Green Blue C M Y K H S L
Decimal 40 51 170 0.76 0.7 0 0.33 234.92 0.62 0.41
Hex 28 33 AA 4C 46 0 21 EB 3E 29
Octal 50 63 252 114 106 0 41 353 76 51
Binary 101000 110011 10101010 1001100 1000110 0 100001 11101011 111110 101001

Color Harmonies of #2833AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2833AA

Black with #2833AA

Text Example


Text Example

White with #2833AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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