Html Css Color HEX #273ACE Persian Blue

📋 copy color: '#273ACE'

red 39 ◦ green 58 ◦ blue 206

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

Shades of Persian Blue #273ACE

Tints of Persian Blue #273ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 67.99%

R = 12.87%
G = 19.14%
B = 67.99%

CMYK

 C value IS 0.81

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#273ACE (or 0x273ACE) is known color: Persian Blue. HEX triplet: 27, 3A and CE. RGB value is (39,58,206). Sum of RGB (Red+Green+Blue) = 39+58+206=303 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.87% from 303); Green value is 58 (23.05% from 255 or 19.14% from 303); Blue value is 206 (80.86% from 255 or 67.99% from 303); Max value from RGB is 206 - color contains mainly: blue. Hex color #273ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273ACE is #D8C531. Grayscale: #444444. Windows color (decimal): -14206258 or 13515303. OLE color: 13515303.

HSL color Cylindrical-coordinate representation of color #273ACE: hue angle of 233.17º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #273ACE is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 39 58 206 -
CMYK 0.81 0.72 0 0.19
HSL 233.17º 0.68% 0.48% -
HSV(B) 233.17º 0.81% 0.81% -
XYZ 13.49 7.91 59.21 -
YUV 69.19 205.21 106.47 -
System Red Green Blue C M Y K H S L
Decimal 39 58 206 0.81 0.72 0 0.19 233.17 0.68 0.48
Hex 27 3A CE 51 48 0 13 E9 44 30
Octal 47 72 316 121 110 0 23 351 104 60
Binary 100111 111010 11001110 1010001 1001000 0 10011 11101001 1000100 110000

Color Harmonies of #273ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273ACE

Black with #273ACE

Text Example


Text Example

White with #273ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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