Html Css Color HEX #273CAD Persian Blue

📋 copy color: '#273CAD'

red 39 ◦ green 60 ◦ blue 173

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

Shades of Persian Blue #273CAD

Tints of Persian Blue #273CAD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.06%

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

R = 14.34%
G = 22.06%
B = 63.6%

CMYK

 C value IS 0.77

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#273CAD (or 0x273CAD) is known color: Persian Blue. HEX triplet: 27, 3C and AD. RGB value is (39,60,173). Sum of RGB (Red+Green+Blue) = 39+60+173=272 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.34% from 272); Green value is 60 (23.83% from 255 or 22.06% from 272); Blue value is 173 (67.97% from 255 or 63.60% from 272); Max value from RGB is 173 - color contains mainly: blue. Hex color #273CAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273CAD is #D8C352. Grayscale: #424242. Windows color (decimal): -14205779 or 11353127. OLE color: 11353127.

HSL color Cylindrical-coordinate representation of color #273CAD: hue angle of 230.6º 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 #273CAD is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 39 60 173 -
CMYK 0.77 0.65 0 0.32
HSL 230.6º 0.63% 0.42% -
HSV(B) 230.6º 0.77% 0.68% -
XYZ 10 6.68 40.3 -
YUV 66.6 188.04 108.31 -
System Red Green Blue C M Y K H S L
Decimal 39 60 173 0.77 0.65 0 0.32 230.6 0.63 0.42
Hex 27 3C AD 4D 41 0 20 E7 3F 2A
Octal 47 74 255 115 101 0 40 347 77 52
Binary 100111 111100 10101101 1001101 1000001 0 100000 11100111 111111 101010

Color Harmonies of #273CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273CAD

Black with #273CAD

Text Example


Text Example

White with #273CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273CAD; }

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

 H1.HeaderClassName
 {
   color: #273CAD;
 }
 .AnyTagClassName
 {
   color: #273CAD;
 }
</style>

background-color css

<style>
 a { background-color: #273CAD; }

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

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

border-color css

<style>
 span { border-color: #273CAD; }

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

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