Html Css Color HEX #273BAA Persian Blue

📋 copy color: '#273BAA'

red 39 ◦ green 59 ◦ blue 170

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

Shades of Persian Blue #273BAA

Tints of Persian Blue #273BAA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.01%

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

R = 14.55%
G = 22.01%
B = 63.43%

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

#273BAA (or 0x273BAA) is known color: Persian Blue. HEX triplet: 27, 3B and AA. RGB value is (39,59,170). Sum of RGB (Red+Green+Blue) = 39+59+170=268 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.55% from 268); Green value is 59 (23.44% from 255 or 22.01% from 268); Blue value is 170 (66.80% from 255 or 63.43% from 268); Max value from RGB is 170 - color contains mainly: blue. Hex color #273BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273BAA is #D8C455. Grayscale: #414141. Windows color (decimal): -14206038 or 11156263. OLE color: 11156263.

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

Color convert

RGB 39 59 170 -
CMYK 0.77 0.65 0 0.33
HSL 230.84º 0.63% 0.41% -
HSV(B) 230.84º 0.77% 0.67% -
XYZ 9.66 6.46 38.77 -
YUV 65.67 186.87 108.97 -
System Red Green Blue C M Y K H S L
Decimal 39 59 170 0.77 0.65 0 0.33 230.84 0.63 0.41
Hex 27 3B AA 4D 41 0 21 E7 3F 29
Octal 47 73 252 115 101 0 41 347 77 51
Binary 100111 111011 10101010 1001101 1000001 0 100001 11100111 111111 101001

Color Harmonies of #273BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273BAA

Black with #273BAA

Text Example


Text Example

White with #273BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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