Html Css Color HEX #273ED5 Persian Blue

📋 copy color: '#273ED5'

red 39 ◦ green 62 ◦ blue 213

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

Shades of Persian Blue #273ED5

Tints of Persian Blue #273ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 67.83%

R = 12.42%
G = 19.75%
B = 67.83%

CMYK

 C value IS 0.82

 M value IS 0.71

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#273ED5 (or 0x273ED5) is known color: Persian Blue. HEX triplet: 27, 3E and D5. RGB value is (39,62,213). Sum of RGB (Red+Green+Blue) = 39+62+213=314 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.42% from 314); Green value is 62 (24.61% from 255 or 19.75% from 314); Blue value is 213 (83.59% from 255 or 67.83% from 314); Max value from RGB is 213 - color contains mainly: blue. Hex color #273ED5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273ED5 is #D8C12A. Grayscale: #474747. Windows color (decimal): -14205227 or 13975079. OLE color: 13975079.

HSL color Cylindrical-coordinate representation of color #273ED5: hue angle of 232.07º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #273ED5 is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 39 62 213 -
CMYK 0.82 0.71 0 0.16
HSL 232.07º 0.69% 0.49% -
HSV(B) 232.07º 0.82% 0.84% -
XYZ 14.57 8.68 63.86 -
YUV 72.34 207.38 104.22 -
System Red Green Blue C M Y K H S L
Decimal 39 62 213 0.82 0.71 0 0.16 232.07 0.69 0.49
Hex 27 3E D5 52 47 0 10 E8 45 31
Octal 47 76 325 122 107 0 20 350 105 61
Binary 100111 111110 11010101 1010010 1000111 0 10000 11101000 1000101 110001

Color Harmonies of #273ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273ED5

Black with #273ED5

Text Example


Text Example

White with #273ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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