Html Css Color HEX #273BAC Persian Blue

📋 copy color: '#273BAC'

red 39 ◦ green 59 ◦ blue 172

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

Shades of Persian Blue #273BAC

Tints of Persian Blue #273BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 63.7%

R = 14.44%
G = 21.85%
B = 63.7%

CMYK

 C value IS 0.77

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#273BAC (or 0x273BAC) is known color: Persian Blue. HEX triplet: 27, 3B and AC. RGB value is (39,59,172). Sum of RGB (Red+Green+Blue) = 39+59+172=270 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.44% from 270); Green value is 59 (23.44% from 255 or 21.85% from 270); Blue value is 172 (67.58% from 255 or 63.70% from 270); Max value from RGB is 172 - color contains mainly: blue. Hex color #273BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273BAC is #D8C453. Grayscale: #414141. Windows color (decimal): -14206036 or 11287335. OLE color: 11287335.

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

Color convert

RGB 39 59 172 -
CMYK 0.77 0.66 0 0.33
HSL 230.98º 0.63% 0.41% -
HSV(B) 230.98º 0.77% 0.67% -
XYZ 9.85 6.54 39.77 -
YUV 65.9 187.87 108.81 -
System Red Green Blue C M Y K H S L
Decimal 39 59 172 0.77 0.66 0 0.33 230.98 0.63 0.41
Hex 27 3B AC 4D 42 0 21 E7 3F 29
Octal 47 73 254 115 102 0 41 347 77 51
Binary 100111 111011 10101100 1001101 1000010 0 100001 11100111 111111 101001

Color Harmonies of #273BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273BAC

Black with #273BAC

Text Example


Text Example

White with #273BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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