Html Css Color HEX #273AE0 Persian Blue

📋 copy color: '#273AE0'

red 39 ◦ green 58 ◦ blue 224

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

Shades of Persian Blue #273AE0

Tints of Persian Blue #273AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 69.78%

R = 12.15%
G = 18.07%
B = 69.78%

CMYK

 C value IS 0.83

 M value IS 0.74

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#273AE0 (or 0x273AE0) is known color: Persian Blue. HEX triplet: 27, 3A and E0. RGB value is (39,58,224). Sum of RGB (Red+Green+Blue) = 39+58+224=321 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.15% from 321); Green value is 58 (23.05% from 255 or 18.07% from 321); Blue value is 224 (87.89% from 255 or 69.78% from 321); Max value from RGB is 224 - color contains mainly: blue. Hex color #273AE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273AE0 is #D8C51F. Grayscale: #464646. Windows color (decimal): -14206240 or 14694951. OLE color: 14694951.

HSL color Cylindrical-coordinate representation of color #273AE0: hue angle of 233.84º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #273AE0 is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 39 58 224 -
CMYK 0.83 0.74 0 0.12
HSL 233.84º 0.75% 0.52% -
HSV(B) 233.84º 0.83% 0.88% -
XYZ 15.8 8.84 71.39 -
YUV 71.24 214.21 105 -
System Red Green Blue C M Y K H S L
Decimal 39 58 224 0.83 0.74 0 0.12 233.84 0.75 0.52
Hex 27 3A E0 53 4A 0 C EA 4B 34
Octal 47 72 340 123 112 0 14 352 113 64
Binary 100111 111010 11100000 1010011 1001010 0 1100 11101010 1001011 110100

Color Harmonies of #273AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273AE0

Black with #273AE0

Text Example


Text Example

White with #273AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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