#2730BA

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

Shades of Persian Blue #2730BA

Tints of Persian Blue #2730BA

Color information

#2730BA (or 0x2730BA) is unknown color: approx Persian Blue. HEX triplet: 27, 30 and BA. RGB value is (39,48,186). Sum of RGB (Red+Green+Blue) = 39+48+186=273 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.29% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 186 (73.05% from 255 or 68.13% from 273); Max value from RGB is 186 - color contains mainly: blue. Hex color #2730BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2730BA is #D8CF45. Grayscale: #3C3C3C. Windows color (decimal): -14208838 or 12202023. OLE color: 12202023.

HSL color Cylindrical-coordinate representation of color #2730BA: hue angle of 236.33º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2730BA is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3948186-
CMYK0.790.7400.27
HSL236.33º65.33%44.12%-
HSV(B)236.33º79.03%72.94%-
XYZ10.766.0947.06-
YUV61.04198.52112.28-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.29%
GREEN value IS 48 (19.14% from 255) = 17.58%
BLUE value IS 186 (73.05% from 255) = 68.13%
R=14.29%
G=17.58%
B=68.13%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal39481860.790.7400.27236.3365.3344.12
Hex2730BA4F4A01Bec412c
Octal476027211711203335410154
Binary1001111100001011101010011111001010011011111011001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2730BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2730BA; }

 p { color: rgb(39,48,186); }

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

<style>
 a { background-color: #2730BA; }

 a { background-color: rgb(39,48,186); }

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

<style>
 span { border-color: #2730BA; }

 span { border-color: rgb(39,48,186); }

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