Html Css Color HEX #2833AE Persian Blue

📋 copy color: '#2833AE'

red 40 ◦ green 51 ◦ blue 174

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

Shades of Persian Blue #2833AE

Tints of Persian Blue #2833AE

RGB

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

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

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

R = 15.09%
G = 19.25%
B = 65.66%

CMYK

 C value IS 0.77

 M value IS 0.71

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2833AE (or 0x2833AE) is known color: Persian Blue. HEX triplet: 28, 33 and AE. RGB value is (40,51,174). Sum of RGB (Red+Green+Blue) = 40+51+174=265 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.09% from 265); Green value is 51 (20.31% from 255 or 19.25% from 265); Blue value is 174 (68.36% from 255 or 65.66% from 265); Max value from RGB is 174 - color contains mainly: blue. Hex color #2833AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2833AE is #D7CC51. Grayscale: #3D3D3D. Windows color (decimal): -14142546 or 11416360. OLE color: 11416360.

HSL color Cylindrical-coordinate representation of color #2833AE: hue angle of 235.07º 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 #2833AE is Cyan = 0.77, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 40 51 174 -
CMYK 0.77 0.71 0 0.32
HSL 235.07º 0.63% 0.42% -
HSV(B) 235.07º 0.77% 0.68% -
XYZ 9.7 5.87 40.67 -
YUV 61.73 191.36 112.5 -
System Red Green Blue C M Y K H S L
Decimal 40 51 174 0.77 0.71 0 0.32 235.07 0.63 0.42
Hex 28 33 AE 4D 47 0 20 EB 3F 2A
Octal 50 63 256 115 107 0 40 353 77 52
Binary 101000 110011 10101110 1001101 1000111 0 100000 11101011 111111 101010

Color Harmonies of #2833AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2833AE

Black with #2833AE

Text Example


Text Example

White with #2833AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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