Html Css Color HEX #273EAB Persian Blue

📋 copy color: '#273EAB'

red 39 ◦ green 62 ◦ blue 171

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

Shades of Persian Blue #273EAB

Tints of Persian Blue #273EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 62.87%

R = 14.34%
G = 22.79%
B = 62.87%

CMYK

 C value IS 0.77

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#273EAB (or 0x273EAB) is known color: Persian Blue. HEX triplet: 27, 3E and AB. RGB value is (39,62,171). Sum of RGB (Red+Green+Blue) = 39+62+171=272 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.34% from 272); Green value is 62 (24.61% from 255 or 22.79% from 272); Blue value is 171 (67.19% from 255 or 62.87% from 272); Max value from RGB is 171 - color contains mainly: blue. Hex color #273EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273EAB is #D8C154. Grayscale: #434343. Windows color (decimal): -14205269 or 11222567. OLE color: 11222567.

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

Color convert

RGB 39 62 171 -
CMYK 0.77 0.64 0 0.33
HSL 229.55º 0.63% 0.41% -
HSV(B) 229.55º 0.77% 0.67% -
XYZ 9.91 6.82 39.32 -
YUV 67.55 186.38 107.64 -
System Red Green Blue C M Y K H S L
Decimal 39 62 171 0.77 0.64 0 0.33 229.55 0.63 0.41
Hex 27 3E AB 4D 40 0 21 E6 3F 29
Octal 47 76 253 115 100 0 41 346 77 51
Binary 100111 111110 10101011 1001101 1000000 0 100001 11100110 111111 101001

Color Harmonies of #273EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273EAB

Black with #273EAB

Text Example


Text Example

White with #273EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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