#2742C4

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

Shades of Persian Blue #2742C4

Tints of Persian Blue #2742C4

Color information

#2742C4 (or 0x2742C4) is unknown color: approx Persian Blue. HEX triplet: 27, 42 and C4. RGB value is (39,66,196). Sum of RGB (Red+Green+Blue) = 39+66+196=301 (39% of max value = 765). Red value is 39 (15.62% from 255 or 12.96% from 301); Green value is 66 (26.17% from 255 or 21.93% from 301); Blue value is 196 (76.95% from 255 or 65.12% from 301); Max value from RGB is 196 - color contains mainly: blue. Hex color #2742C4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2742C4 is #D8BD3B. Grayscale: #484848. Windows color (decimal): -14204220 or 12861991. OLE color: 12861991.

HSL color Cylindrical-coordinate representation of color #2742C4: hue angle of 229.68º degrees, saturation: 0.67, 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 #2742C4 is Cyan = 0.80, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB3966196-
CMYK0.800.6600.23
HSL229.68º66.81%46.08%-
HSV(B)229.68º80.1%76.86%-
XYZ12.758.3153.16-
YUV72.75197.55103.93-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.96%
GREEN value IS 66 (26.17% from 255) = 21.93%
BLUE value IS 196 (76.95% from 255) = 65.12%
R=12.96%
G=21.93%
B=65.12%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal39661960.800.6600.23229.6866.8146.08
Hex2742C45042017e6432e
Octal4710230412010202734610356
Binary10011110000101100010010100001000010010111111001101000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2742C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2742C4; }

 p { color: rgb(39,66,196); }

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

<style>
 a { background-color: #2742C4; }

 a { background-color: rgb(39,66,196); }

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

<style>
 span { border-color: #2742C4; }

 span { border-color: rgb(39,66,196); }

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