Html Css Color HEX #273BDB Persian Blue

📋 copy color: '#273BDB'

red 39 ◦ green 59 ◦ blue 219

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

Shades of Persian Blue #273BDB

Tints of Persian Blue #273BDB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.61%

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

R = 12.3%
G = 18.61%
B = 69.09%

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

#273BDB (or 0x273BDB) is known color: Persian Blue. HEX triplet: 27, 3B and DB. RGB value is (39,59,219). Sum of RGB (Red+Green+Blue) = 39+59+219=317 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.30% from 317); Green value is 59 (23.44% from 255 or 18.61% from 317); Blue value is 219 (85.94% from 255 or 69.09% from 317); Max value from RGB is 219 - color contains mainly: blue. Hex color #273BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273BDB is #D8C424. Grayscale: #464646. Windows color (decimal): -14205989 or 14367527. OLE color: 14367527.

HSL color Cylindrical-coordinate representation of color #273BDB: hue angle of 233.33º 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 #273BDB is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 39 59 219 -
CMYK 0.82 0.73 0 0.14
HSL 233.33º 0.71% 0.51% -
HSV(B) 233.33º 0.82% 0.86% -
XYZ 15.19 8.67 67.89 -
YUV 71.26 211.37 104.99 -
System Red Green Blue C M Y K H S L
Decimal 39 59 219 0.82 0.73 0 0.14 233.33 0.71 0.51
Hex 27 3B DB 52 49 0 E E9 47 33
Octal 47 73 333 122 111 0 16 351 107 63
Binary 100111 111011 11011011 1010010 1001001 0 1110 11101001 1000111 110011

Color Harmonies of #273BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273BDB

Black with #273BDB

Text Example


Text Example

White with #273BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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