Html Css Color HEX #273CAB Persian Blue

📋 copy color: '#273CAB'

red 39 ◦ green 60 ◦ blue 171

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

Shades of Persian Blue #273CAB

Tints of Persian Blue #273CAB

RGB

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

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

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

R = 14.44%
G = 22.22%
B = 63.33%

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

#273CAB (or 0x273CAB) is known color: Persian Blue. HEX triplet: 27, 3C and AB. RGB value is (39,60,171). Sum of RGB (Red+Green+Blue) = 39+60+171=270 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.44% from 270); Green value is 60 (23.83% from 255 or 22.22% from 270); Blue value is 171 (67.19% from 255 or 63.33% from 270); Max value from RGB is 171 - color contains mainly: blue. Hex color #273CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273CAB is #D8C354. Grayscale: #414141. Windows color (decimal): -14205781 or 11222055. OLE color: 11222055.

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

Color convert

RGB 39 60 171 -
CMYK 0.77 0.65 0 0.33
HSL 230.45º 0.63% 0.41% -
HSV(B) 230.45º 0.77% 0.67% -
XYZ 9.8 6.6 39.29 -
YUV 66.38 187.04 108.47 -
System Red Green Blue C M Y K H S L
Decimal 39 60 171 0.77 0.65 0 0.33 230.45 0.63 0.41
Hex 27 3C AB 4D 41 0 21 E6 3F 29
Octal 47 74 253 115 101 0 41 346 77 51
Binary 100111 111100 10101011 1001101 1000001 0 100001 11100110 111111 101001

Color Harmonies of #273CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273CAB

Black with #273CAB

Text Example


Text Example

White with #273CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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