#2838CD

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

Shades of Persian Blue #2838CD

Tints of Persian Blue #2838CD

Color information

#2838CD (or 0x2838CD) is unknown color: approx Persian Blue. HEX triplet: 28, 38 and CD. RGB value is (40,56,205). Sum of RGB (Red+Green+Blue) = 40+56+205=301 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.29% from 301); Green value is 56 (22.27% from 255 or 18.60% from 301); Blue value is 205 (80.47% from 255 or 68.11% from 301); Max value from RGB is 205 - color contains mainly: blue. Hex color #2838CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2838CD is #D7C732. Grayscale: #434343. Windows color (decimal): -14141235 or 13449256. OLE color: 13449256.

HSL color Cylindrical-coordinate representation of color #2838CD: hue angle of 234.18º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2838CD is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB4056205-
CMYK0.800.7300.20
HSL234.18º67.35%48.04%-
HSV(B)234.18º80.49%80.39%-
XYZ13.317.6958.54-
YUV68.2205.2107.88-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.29%
GREEN value IS 56 (22.27% from 255) = 18.60%
BLUE value IS 205 (80.47% from 255) = 68.11%
R=13.29%
G=18.60%
B=68.11%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal40562050.800.7300.20234.1867.3548.04
Hex2838CD5049014ea4330
Octal507031512011102435210360
Binary1010001110001100110110100001001001010100111010101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2838CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2838CD; }

 p { color: rgb(40,56,205); }

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

<style>
 a { background-color: #2838CD; }

 a { background-color: rgb(40,56,205); }

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

<style>
 span { border-color: #2838CD; }

 span { border-color: rgb(40,56,205); }

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