Html Css Color HEX #273AAC Persian Blue

📋 copy color: '#273AAC'

red 39 ◦ green 58 ◦ blue 172

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

Shades of Persian Blue #273AAC

Tints of Persian Blue #273AAC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.56%

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

R = 14.5%
G = 21.56%
B = 63.94%

CMYK

 C value IS 0.77

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#273AAC (or 0x273AAC) is known color: Persian Blue. HEX triplet: 27, 3A and AC. RGB value is (39,58,172). Sum of RGB (Red+Green+Blue) = 39+58+172=269 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.50% from 269); Green value is 58 (23.05% from 255 or 21.56% from 269); Blue value is 172 (67.58% from 255 or 63.94% from 269); Max value from RGB is 172 - color contains mainly: blue. Hex color #273AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273AAC is #D8C553. Grayscale: #404040. Windows color (decimal): -14206292 or 11287079. OLE color: 11287079.

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

Color convert

RGB 39 58 172 -
CMYK 0.77 0.66 0 0.33
HSL 231.43º 0.63% 0.41% -
HSV(B) 231.43º 0.77% 0.67% -
XYZ 9.8 6.44 39.76 -
YUV 65.32 188.21 109.23 -
System Red Green Blue C M Y K H S L
Decimal 39 58 172 0.77 0.66 0 0.33 231.43 0.63 0.41
Hex 27 3A AC 4D 42 0 21 E7 3F 29
Octal 47 72 254 115 102 0 41 347 77 51
Binary 100111 111010 10101100 1001101 1000010 0 100001 11100111 111111 101001

Color Harmonies of #273AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273AAC

Black with #273AAC

Text Example


Text Example

White with #273AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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