Html Css Color HEX #273CDB Persian Blue

📋 copy color: '#273CDB'

red 39 ◦ green 60 ◦ blue 219

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

Shades of Persian Blue #273CDB

Tints of Persian Blue #273CDB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.87%

 BLUE value IS 219 (85.94% from 255) = 68.87%

R = 12.26%
G = 18.87%
B = 68.87%

CMYK

 C value IS 0.82

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#273CDB (or 0x273CDB) is known color: Persian Blue. HEX triplet: 27, 3C and DB. RGB value is (39,60,219). Sum of RGB (Red+Green+Blue) = 39+60+219=318 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.26% from 318); Green value is 60 (23.83% from 255 or 18.87% from 318); Blue value is 219 (85.94% from 255 or 68.87% from 318); Max value from RGB is 219 - color contains mainly: blue. Hex color #273CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273CDB is #D8C324. Grayscale: #474747. Windows color (decimal): -14205733 or 14367783. OLE color: 14367783.

HSL color Cylindrical-coordinate representation of color #273CDB: hue angle of 233º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #273CDB is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 39 60 219 -
CMYK 0.82 0.73 0 0.14
HSL 233º 0.71% 0.51% -
HSV(B) 233º 0.82% 0.86% -
XYZ 15.24 8.78 67.91 -
YUV 71.85 211.04 104.57 -
System Red Green Blue C M Y K H S L
Decimal 39 60 219 0.82 0.73 0 0.14 233 0.71 0.51
Hex 27 3C DB 52 49 0 E E9 47 33
Octal 47 74 333 122 111 0 16 351 107 63
Binary 100111 111100 11011011 1010010 1001001 0 1110 11101001 1000111 110011

Color Harmonies of #273CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273CDB

Black with #273CDB

Text Example


Text Example

White with #273CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,60,219); }

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

background-color css

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

 a { background-color: rgb(39,60,219); }

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

border-color css

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

 span { border-color: rgb(39,60,219); }

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