Html Css Color HEX #273EAE Persian Blue

📋 copy color: '#273EAE'

red 39 ◦ green 62 ◦ blue 174

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

Shades of Persian Blue #273EAE

Tints of Persian Blue #273EAE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.55%

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

R = 14.18%
G = 22.55%
B = 63.27%

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

#273EAE (or 0x273EAE) is known color: Persian Blue. HEX triplet: 27, 3E and AE. RGB value is (39,62,174). Sum of RGB (Red+Green+Blue) = 39+62+174=275 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.18% from 275); Green value is 62 (24.61% from 255 or 22.55% from 275); Blue value is 174 (68.36% from 255 or 63.27% from 275); Max value from RGB is 174 - color contains mainly: blue. Hex color #273EAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273EAE is #D8C151. Grayscale: #434343. Windows color (decimal): -14205266 or 11419175. OLE color: 11419175.

HSL color Cylindrical-coordinate representation of color #273EAE: hue angle of 229.78º 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 #273EAE is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 39 62 174 -
CMYK 0.78 0.64 0 0.32
HSL 229.78º 0.63% 0.42% -
HSV(B) 229.78º 0.78% 0.68% -
XYZ 10.2 6.93 40.84 -
YUV 67.89 187.88 107.39 -
System Red Green Blue C M Y K H S L
Decimal 39 62 174 0.78 0.64 0 0.32 229.78 0.63 0.42
Hex 27 3E AE 4E 40 0 20 E6 3F 2A
Octal 47 76 256 116 100 0 40 346 77 52
Binary 100111 111110 10101110 1001110 1000000 0 100000 11100110 111111 101010

Color Harmonies of #273EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273EAE

Black with #273EAE

Text Example


Text Example

White with #273EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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