Html Css Color HEX #273DAC Persian Blue

📋 copy color: '#273DAC'

red 39 ◦ green 61 ◦ blue 172

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

Shades of Persian Blue #273DAC

Tints of Persian Blue #273DAC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.43%

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

R = 14.34%
G = 22.43%
B = 63.24%

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

#273DAC (or 0x273DAC) is known color: Persian Blue. HEX triplet: 27, 3D and AC. RGB value is (39,61,172). Sum of RGB (Red+Green+Blue) = 39+61+172=272 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.34% from 272); Green value is 61 (24.22% from 255 or 22.43% from 272); Blue value is 172 (67.58% from 255 or 63.24% from 272); Max value from RGB is 172 - color contains mainly: blue. Hex color #273DAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273DAC is #D8C253. Grayscale: #424242. Windows color (decimal): -14205524 or 11287847. OLE color: 11287847.

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

Color convert

RGB 39 61 172 -
CMYK 0.77 0.65 0 0.33
HSL 230.08º 0.63% 0.41% -
HSV(B) 230.08º 0.77% 0.67% -
XYZ 9.95 6.75 39.81 -
YUV 67.08 187.21 107.97 -
System Red Green Blue C M Y K H S L
Decimal 39 61 172 0.77 0.65 0 0.33 230.08 0.63 0.41
Hex 27 3D AC 4D 41 0 21 E6 3F 29
Octal 47 75 254 115 101 0 41 346 77 51
Binary 100111 111101 10101100 1001101 1000001 0 100001 11100110 111111 101001

Color Harmonies of #273DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273DAC

Black with #273DAC

Text Example


Text Example

White with #273DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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