Html Css Color HEX #2730AD Persian Blue

📋 copy color: '#2730AD'

red 39 ◦ green 48 ◦ blue 173

#2730AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #2730AD

Tints of Persian Blue #2730AD

RGB

 RED value IS 39 (15.63% from 255) = 15%

 GREEN value IS 48 (19.14% from 255) = 18.46%

 BLUE value IS 173 (67.97% from 255) = 66.54%

R = 15%
G = 18.46%
B = 66.54%

CMYK

 C value IS 0.77

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2730AD (or 0x2730AD) is known color: Persian Blue. HEX triplet: 27, 30 and AD. RGB value is (39,48,173). Sum of RGB (Red+Green+Blue) = 39+48+173=260 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15% from 260); Green value is 48 (19.14% from 255 or 18.46% from 260); Blue value is 173 (67.97% from 255 or 66.54% from 260); Max value from RGB is 173 - color contains mainly: blue. Hex color #2730AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2730AD is #D8CF52. Grayscale: #3B3B3B. Windows color (decimal): -14208851 or 11350055. OLE color: 11350055.

HSL color Cylindrical-coordinate representation of color #2730AD: hue angle of 235.97º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2730AD is Cyan = 0.77, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 39 48 173 -
CMYK 0.77 0.72 0 0.32
HSL 235.97º 0.63% 0.42% -
HSV(B) 235.97º 0.77% 0.68% -
XYZ 9.44 5.56 40.11 -
YUV 59.56 192.02 113.34 -
System Red Green Blue C M Y K H S L
Decimal 39 48 173 0.77 0.72 0 0.32 235.97 0.63 0.42
Hex 27 30 AD 4D 48 0 20 EC 3F 2A
Octal 47 60 255 115 110 0 40 354 77 52
Binary 100111 110000 10101101 1001101 1001000 0 100000 11101100 111111 101010

Color Harmonies of #2730AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2730AD

Black with #2730AD

Text Example


Text Example

White with #2730AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2730AD;
 }
 .AnyTagClassName
 {
   color: #2730AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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