Html Css Color HEX #273AE6 Persian Blue

📋 copy color: '#273AE6'

red 39 ◦ green 58 ◦ blue 230

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

Shades of Persian Blue #273AE6

Tints of Persian Blue #273AE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 70.34%

R = 11.93%
G = 17.74%
B = 70.34%

CMYK

 C value IS 0.83

 M value IS 0.75

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#273AE6 (or 0x273AE6) is known color: Persian Blue. HEX triplet: 27, 3A and E6. RGB value is (39,58,230). Sum of RGB (Red+Green+Blue) = 39+58+230=327 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.93% from 327); Green value is 58 (23.05% from 255 or 17.74% from 327); Blue value is 230 (90.23% from 255 or 70.34% from 327); Max value from RGB is 230 - color contains mainly: blue. Hex color #273AE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #273AE6 is #D8C519. Grayscale: #474747. Windows color (decimal): -14206234 or 15088167. OLE color: 15088167.

HSL color Cylindrical-coordinate representation of color #273AE6: hue angle of 234.03º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #273AE6 is Cyan = 0.83, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 39 58 230 -
CMYK 0.83 0.75 0 0.10
HSL 234.03º 0.79% 0.53% -
HSV(B) 234.03º 0.83% 0.9% -
XYZ 16.63 9.17 75.76 -
YUV 71.93 217.21 104.51 -
System Red Green Blue C M Y K H S L
Decimal 39 58 230 0.83 0.75 0 0.10 234.03 0.79 0.53
Hex 27 3A E6 53 4B 0 A EA 4F 35
Octal 47 72 346 123 113 0 12 352 117 65
Binary 100111 111010 11100110 1010011 1001011 0 1010 11101010 1001111 110101

Color Harmonies of #273AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273AE6

Black with #273AE6

Text Example


Text Example

White with #273AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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