Html Css Color HEX #273AAF Persian Blue

📋 copy color: '#273AAF'

red 39 ◦ green 58 ◦ blue 175

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

Shades of Persian Blue #273AAF

Tints of Persian Blue #273AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 64.34%

R = 14.34%
G = 21.32%
B = 64.34%

CMYK

 C value IS 0.78

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#273AAF (or 0x273AAF) is known color: Persian Blue. HEX triplet: 27, 3A and AF. RGB value is (39,58,175). Sum of RGB (Red+Green+Blue) = 39+58+175=272 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.34% from 272); Green value is 58 (23.05% from 255 or 21.32% from 272); Blue value is 175 (68.75% from 255 or 64.34% from 272); Max value from RGB is 175 - color contains mainly: blue. Hex color #273AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273AAF is #D8C550. Grayscale: #414141. Windows color (decimal): -14206289 or 11483687. OLE color: 11483687.

HSL color Cylindrical-coordinate representation of color #273AAF: hue angle of 231.62º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #273AAF is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 39 58 175 -
CMYK 0.78 0.67 0 0.31
HSL 231.62º 0.64% 0.42% -
HSV(B) 231.62º 0.78% 0.69% -
XYZ 10.09 6.55 41.29 -
YUV 65.66 189.71 108.99 -
System Red Green Blue C M Y K H S L
Decimal 39 58 175 0.78 0.67 0 0.31 231.62 0.64 0.42
Hex 27 3A AF 4E 43 0 1F E8 40 2A
Octal 47 72 257 116 103 0 37 350 100 52
Binary 100111 111010 10101111 1001110 1000011 0 11111 11101000 1000000 101010

Color Harmonies of #273AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273AAF

Black with #273AAF

Text Example


Text Example

White with #273AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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