Html Css Color HEX #273FAE Persian Blue

📋 copy color: '#273FAE'

red 39 ◦ green 63 ◦ blue 174

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

Shades of Persian Blue #273FAE

Tints of Persian Blue #273FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 63.04%

R = 14.13%
G = 22.83%
B = 63.04%

CMYK

 C value IS 0.78

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#273FAE (or 0x273FAE) is known color: Persian Blue. HEX triplet: 27, 3F and AE. RGB value is (39,63,174). Sum of RGB (Red+Green+Blue) = 39+63+174=276 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.13% from 276); Green value is 63 (25% from 255 or 22.83% from 276); Blue value is 174 (68.36% from 255 or 63.04% from 276); Max value from RGB is 174 - color contains mainly: blue. Hex color #273FAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273FAE is #D8C051. Grayscale: #444444. Windows color (decimal): -14205010 or 11419431. OLE color: 11419431.

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

Color convert

RGB 39 63 174 -
CMYK 0.78 0.64 0 0.32
HSL 229.33º 0.63% 0.42% -
HSV(B) 229.33º 0.78% 0.68% -
XYZ 10.25 7.04 40.86 -
YUV 68.48 187.55 106.97 -
System Red Green Blue C M Y K H S L
Decimal 39 63 174 0.78 0.64 0 0.32 229.33 0.63 0.42
Hex 27 3F AE 4E 40 0 20 E5 3F 2A
Octal 47 77 256 116 100 0 40 345 77 52
Binary 100111 111111 10101110 1001110 1000000 0 100000 11100101 111111 101010

Color Harmonies of #273FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273FAE

Black with #273FAE

Text Example


Text Example

White with #273FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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