Html Css Color HEX #273BAB Persian Blue

📋 copy color: '#273BAB'

red 39 ◦ green 59 ◦ blue 171

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

Shades of Persian Blue #273BAB

Tints of Persian Blue #273BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 63.57%

R = 14.5%
G = 21.93%
B = 63.57%

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

#273BAB (or 0x273BAB) is known color: Persian Blue. HEX triplet: 27, 3B and AB. RGB value is (39,59,171). Sum of RGB (Red+Green+Blue) = 39+59+171=269 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.50% from 269); Green value is 59 (23.44% from 255 or 21.93% from 269); Blue value is 171 (67.19% from 255 or 63.57% from 269); Max value from RGB is 171 - color contains mainly: blue. Hex color #273BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273BAB is #D8C454. Grayscale: #414141. Windows color (decimal): -14206037 or 11221799. OLE color: 11221799.

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

Color convert

RGB 39 59 171 -
CMYK 0.77 0.65 0 0.33
HSL 230.91º 0.63% 0.41% -
HSV(B) 230.91º 0.77% 0.67% -
XYZ 9.75 6.5 39.27 -
YUV 65.79 187.37 108.89 -
System Red Green Blue C M Y K H S L
Decimal 39 59 171 0.77 0.65 0 0.33 230.91 0.63 0.41
Hex 27 3B AB 4D 41 0 21 E7 3F 29
Octal 47 73 253 115 101 0 41 347 77 51
Binary 100111 111011 10101011 1001101 1000001 0 100001 11100111 111111 101001

Color Harmonies of #273BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273BAB

Black with #273BAB

Text Example


Text Example

White with #273BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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