Html Css Color HEX #273FAC Persian Blue

📋 copy color: '#273FAC'

red 39 ◦ green 63 ◦ blue 172

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

Shades of Persian Blue #273FAC

Tints of Persian Blue #273FAC

RGB

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

 GREEN value IS 63 (25% from 255) = 22.99%

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

R = 14.23%
G = 22.99%
B = 62.77%

CMYK

 C value IS 0.77

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#273FAC (or 0x273FAC) is known color: Persian Blue. HEX triplet: 27, 3F and AC. RGB value is (39,63,172). Sum of RGB (Red+Green+Blue) = 39+63+172=274 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.23% from 274); Green value is 63 (25% from 255 or 22.99% from 274); Blue value is 172 (67.58% from 255 or 62.77% from 274); Max value from RGB is 172 - color contains mainly: blue. Hex color #273FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273FAC is #D8C053. Grayscale: #434343. Windows color (decimal): -14205012 or 11288359. OLE color: 11288359.

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

Color convert

RGB 39 63 172 -
CMYK 0.77 0.63 0 0.33
HSL 229.17º 0.63% 0.41% -
HSV(B) 229.17º 0.77% 0.67% -
XYZ 10.06 6.96 39.84 -
YUV 68.25 186.55 107.14 -
System Red Green Blue C M Y K H S L
Decimal 39 63 172 0.77 0.63 0 0.33 229.17 0.63 0.41
Hex 27 3F AC 4D 3F 0 21 E5 3F 29
Octal 47 77 254 115 77 0 41 345 77 51
Binary 100111 111111 10101100 1001101 111111 0 100001 11100101 111111 101001

Color Harmonies of #273FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273FAC

Black with #273FAC

Text Example


Text Example

White with #273FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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