#2742B4

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

Shades of Persian Blue #2742B4

Tints of Persian Blue #2742B4

Color information

#2742B4 (or 0x2742B4) is unknown color: approx Persian Blue. HEX triplet: 27, 42 and B4. RGB value is (39,66,180). Sum of RGB (Red+Green+Blue) = 39+66+180=285 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.68% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 180 (70.70% from 255 or 63.16% from 285); Max value from RGB is 180 - color contains mainly: blue. Hex color #2742B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2742B4 is #D8BD4B. Grayscale: #464646. Windows color (decimal): -14204236 or 11813415. OLE color: 11813415.

HSL color Cylindrical-coordinate representation of color #2742B4: hue angle of 228.51º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2742B4 is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3966180-
CMYK0.780.6300.29
HSL228.51º64.38%42.94%-
HSV(B)228.51º78.33%70.59%-
XYZ11.027.6244.07-
YUV70.92189.55105.23-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.68%
GREEN value IS 66 (26.17% from 255) = 23.16%
BLUE value IS 180 (70.70% from 255) = 63.16%
R=13.68%
G=23.16%
B=63.16%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal39661800.780.6300.29228.5164.3842.94
Hex2742B44E3F01De5402b
Octal471022641167703534510053
Binary1001111000010101101001001110111111011101111001011000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2742B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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