Html Css Color HEX #273CAC Persian Blue

📋 copy color: '#273CAC'

red 39 ◦ green 60 ◦ blue 172

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

Shades of Persian Blue #273CAC

Tints of Persian Blue #273CAC

RGB

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

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

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

R = 14.39%
G = 22.14%
B = 63.47%

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

#273CAC (or 0x273CAC) is known color: Persian Blue. HEX triplet: 27, 3C and AC. RGB value is (39,60,172). Sum of RGB (Red+Green+Blue) = 39+60+172=271 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.39% from 271); Green value is 60 (23.83% from 255 or 22.14% from 271); Blue value is 172 (67.58% from 255 or 63.47% from 271); Max value from RGB is 172 - color contains mainly: blue. Hex color #273CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273CAC is #D8C353. Grayscale: #424242. Windows color (decimal): -14205780 or 11287591. OLE color: 11287591.

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

Color convert

RGB 39 60 172 -
CMYK 0.77 0.65 0 0.33
HSL 230.53º 0.63% 0.41% -
HSV(B) 230.53º 0.77% 0.67% -
XYZ 9.9 6.64 39.79 -
YUV 66.49 187.54 108.39 -
System Red Green Blue C M Y K H S L
Decimal 39 60 172 0.77 0.65 0 0.33 230.53 0.63 0.41
Hex 27 3C AC 4D 41 0 21 E7 3F 29
Octal 47 74 254 115 101 0 41 347 77 51
Binary 100111 111100 10101100 1001101 1000001 0 100001 11100111 111111 101001

Color Harmonies of #273CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273CAC

Black with #273CAC

Text Example


Text Example

White with #273CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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