Html Css Color HEX #273DDB Persian Blue

📋 copy color: '#273DDB'

red 39 ◦ green 61 ◦ blue 219

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

Shades of Persian Blue #273DDB

Tints of Persian Blue #273DDB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.12%

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

R = 12.23%
G = 19.12%
B = 68.65%

CMYK

 C value IS 0.82

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#273DDB (or 0x273DDB) is known color: Persian Blue. HEX triplet: 27, 3D and DB. RGB value is (39,61,219). Sum of RGB (Red+Green+Blue) = 39+61+219=319 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.23% from 319); Green value is 61 (24.22% from 255 or 19.12% from 319); Blue value is 219 (85.94% from 255 or 68.65% from 319); Max value from RGB is 219 - color contains mainly: blue. Hex color #273DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273DDB is #D8C224. Grayscale: #474747. Windows color (decimal): -14205477 or 14368039. OLE color: 14368039.

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

Color convert

RGB 39 61 219 -
CMYK 0.82 0.72 0 0.14
HSL 232.67º 0.71% 0.51% -
HSV(B) 232.67º 0.82% 0.86% -
XYZ 15.29 8.88 67.93 -
YUV 72.43 210.71 104.15 -
System Red Green Blue C M Y K H S L
Decimal 39 61 219 0.82 0.72 0 0.14 232.67 0.71 0.51
Hex 27 3D DB 52 48 0 E E9 47 33
Octal 47 75 333 122 110 0 16 351 107 63
Binary 100111 111101 11011011 1010010 1001000 0 1110 11101001 1000111 110011

Color Harmonies of #273DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273DDB

Black with #273DDB

Text Example


Text Example

White with #273DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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