#2838c4

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

Shades of Persian Blue #2838C4

Tints of Persian Blue #2838C4

Color information

#2838C4 (or 0x2838C4) is unknown color: approx Persian Blue. HEX triplet: 28, 38 and C4. RGB value is (40,56,196). Sum of RGB (Red+Green+Blue) = 40+56+196=292 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.70% from 292); Green value is 56 (22.27% from 255 or 19.18% from 292); Blue value is 196 (76.95% from 255 or 67.12% from 292); Max value from RGB is 196 - color contains mainly: blue. Hex color #2838C4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2838C4 is #D7C73B. Grayscale: #424242. Windows color (decimal): -14141244 or 12859432. OLE color: 12859432.

HSL color Cylindrical-coordinate representation of color #2838C4: hue angle of 233.85º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2838C4 is Cyan = 0.80, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB4056196-
CMYK0.800.7100.23
HSL233.85º66.1%46.27%-
HSV(B)233.85º79.59%76.86%-
XYZ12.257.2652.98-
YUV67.18200.7108.62-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.70%
GREEN value IS 56 (22.27% from 255) = 19.18%
BLUE value IS 196 (76.95% from 255) = 67.12%
R=13.70%
G=19.18%
B=67.12%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal40561960.800.7100.23233.8566.146.27
Hex2838C45047017ea422e
Octal507030412010702735210256
Binary1010001110001100010010100001000111010111111010101000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2838c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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