Html Css Color HEX #273FAD Persian Blue

📋 copy color: '#273FAD'

red 39 ◦ green 63 ◦ blue 173

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

Shades of Persian Blue #273FAD

Tints of Persian Blue #273FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 62.91%

R = 14.18%
G = 22.91%
B = 62.91%

CMYK

 C value IS 0.77

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#273FAD (or 0x273FAD) is known color: Persian Blue. HEX triplet: 27, 3F and AD. RGB value is (39,63,173). Sum of RGB (Red+Green+Blue) = 39+63+173=275 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.18% from 275); Green value is 63 (25% from 255 or 22.91% from 275); Blue value is 173 (67.97% from 255 or 62.91% from 275); Max value from RGB is 173 - color contains mainly: blue. Hex color #273FAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273FAD is #D8C052. Grayscale: #434343. Windows color (decimal): -14205011 or 11353895. OLE color: 11353895.

HSL color Cylindrical-coordinate representation of color #273FAD: hue angle of 229.25º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #273FAD is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 39 63 173 -
CMYK 0.77 0.64 0 0.32
HSL 229.25º 0.63% 0.42% -
HSV(B) 229.25º 0.77% 0.68% -
XYZ 10.16 7 40.35 -
YUV 68.36 187.05 107.06 -
System Red Green Blue C M Y K H S L
Decimal 39 63 173 0.77 0.64 0 0.32 229.25 0.63 0.42
Hex 27 3F AD 4D 40 0 20 E5 3F 2A
Octal 47 77 255 115 100 0 40 345 77 52
Binary 100111 111111 10101101 1001101 1000000 0 100000 11100101 111111 101010

Color Harmonies of #273FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273FAD

Black with #273FAD

Text Example


Text Example

White with #273FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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