#2833e0

Color #2833E0 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #2833E0

Tints of Persian Blue #2833E0

Color information

#2833E0 (or 0x2833E0) is unknown color: approx Persian Blue. HEX triplet: 28, 33 and E0. RGB value is (40,51,224). Sum of RGB (Red+Green+Blue) = 40+51+224=315 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.70% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 224 (87.89% from 255 or 71.11% from 315); Max value from RGB is 224 - color contains mainly: blue. Hex color #2833E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2833E0 is #D7CC1F. Grayscale: #424242. Windows color (decimal): -14142496 or 14693160. OLE color: 14693160.

HSL color Cylindrical-coordinate representation of color #2833E0: hue angle of 236.41º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2833E0 is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB4051224-
CMYK0.820.7700.12
HSL236.41º74.8%51.76%-
HSV(B)236.41º82.14%87.84%-
XYZ15.518.271.29-
YUV67.43216.36108.43-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.70%
GREEN value IS 51 (20.31% from 255) = 16.19%
BLUE value IS 224 (87.89% from 255) = 71.11%
R=12.70%
G=16.19%
B=71.11%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal40512240.820.7700.12236.4174.851.76
Hex2833E0524D0Cec4b34
Octal506334012211501435411364
Binary101000110011111000001010010100110101100111011001001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2833e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2833e0;
 }
 .AnyTagClassName
 {
   color: #2833e0;
 }
</style>
background-color css

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

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

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

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

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

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