#2837CD

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

Shades of Persian Blue #2837CD

Tints of Persian Blue #2837CD

Color information

#2837CD (or 0x2837CD) is unknown color: approx Persian Blue. HEX triplet: 28, 37 and CD. RGB value is (40,55,205). Sum of RGB (Red+Green+Blue) = 40+55+205=300 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.33% from 300); Green value is 55 (21.88% from 255 or 18.33% from 300); Blue value is 205 (80.47% from 255 or 68.33% from 300); Max value from RGB is 205 - color contains mainly: blue. Hex color #2837CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2837CD is #D7C832. Grayscale: #434343. Windows color (decimal): -14141491 or 13449000. OLE color: 13449000.

HSL color Cylindrical-coordinate representation of color #2837CD: hue angle of 234.55º 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 #2837CD is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB4055205-
CMYK0.800.7300.20
HSL234.55º67.35%48.04%-
HSV(B)234.55º80.49%80.39%-
XYZ13.267.5958.52-
YUV67.61205.53108.3-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.33%
GREEN value IS 55 (21.88% from 255) = 18.33%
BLUE value IS 205 (80.47% from 255) = 68.33%
R=13.33%
G=18.33%
B=68.33%

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
Decimal40552050.800.7300.20234.5567.3548.04
Hex2837CD5049014eb4330
Octal506731512011102435310360
Binary1010001101111100110110100001001001010100111010111000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2837CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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