Html Css Color HEX #273AAA Persian Blue

📋 copy color: '#273AAA'

red 39 ◦ green 58 ◦ blue 170

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

Shades of Persian Blue #273AAA

Tints of Persian Blue #273AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 63.67%

R = 14.61%
G = 21.72%
B = 63.67%

CMYK

 C value IS 0.77

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#273AAA (or 0x273AAA) is known color: Persian Blue. HEX triplet: 27, 3A and AA. RGB value is (39,58,170). Sum of RGB (Red+Green+Blue) = 39+58+170=267 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.61% from 267); Green value is 58 (23.05% from 255 or 21.72% from 267); Blue value is 170 (66.80% from 255 or 63.67% from 267); Max value from RGB is 170 - color contains mainly: blue. Hex color #273AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273AAA is #D8C555. Grayscale: #404040. Windows color (decimal): -14206294 or 11156007. OLE color: 11156007.

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

Color convert

RGB 39 58 170 -
CMYK 0.77 0.66 0 0.33
HSL 231.3º 0.63% 0.41% -
HSV(B) 231.3º 0.77% 0.67% -
XYZ 9.61 6.36 38.75 -
YUV 65.09 187.21 109.39 -
System Red Green Blue C M Y K H S L
Decimal 39 58 170 0.77 0.66 0 0.33 231.3 0.63 0.41
Hex 27 3A AA 4D 42 0 21 E7 3F 29
Octal 47 72 252 115 102 0 41 347 77 51
Binary 100111 111010 10101010 1001101 1000010 0 100001 11100111 111111 101001

Color Harmonies of #273AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273AAA

Black with #273AAA

Text Example


Text Example

White with #273AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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