Html Css Color HEX #273CAA Persian Blue

📋 copy color: '#273CAA'

red 39 ◦ green 60 ◦ blue 170

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

Shades of Persian Blue #273CAA

Tints of Persian Blue #273CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 63.2%

R = 14.5%
G = 22.3%
B = 63.2%

CMYK

 C value IS 0.77

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#273CAA (or 0x273CAA) is known color: Persian Blue. HEX triplet: 27, 3C and AA. RGB value is (39,60,170). Sum of RGB (Red+Green+Blue) = 39+60+170=269 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.50% from 269); Green value is 60 (23.83% from 255 or 22.30% from 269); Blue value is 170 (66.80% from 255 or 63.20% from 269); Max value from RGB is 170 - color contains mainly: blue. Hex color #273CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273CAA is #D8C355. Grayscale: #414141. Windows color (decimal): -14205782 or 11156519. OLE color: 11156519.

HSL color Cylindrical-coordinate representation of color #273CAA: hue angle of 230.38º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #273CAA is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 39 60 170 -
CMYK 0.77 0.65 0 0.33
HSL 230.38º 0.63% 0.41% -
HSV(B) 230.38º 0.77% 0.67% -
XYZ 9.71 6.57 38.79 -
YUV 66.26 186.54 108.56 -
System Red Green Blue C M Y K H S L
Decimal 39 60 170 0.77 0.65 0 0.33 230.38 0.63 0.41
Hex 27 3C AA 4D 41 0 21 E6 3F 29
Octal 47 74 252 115 101 0 41 346 77 51
Binary 100111 111100 10101010 1001101 1000001 0 100001 11100110 111111 101001

Color Harmonies of #273CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273CAA

Black with #273CAA

Text Example


Text Example

White with #273CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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