Html Css Color HEX #2731DB Persian Blue

📋 copy color: '#2731DB'

red 39 ◦ green 49 ◦ blue 219

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

Shades of Persian Blue #2731DB

Tints of Persian Blue #2731DB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.96%

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

R = 12.7%
G = 15.96%
B = 71.34%

CMYK

 C value IS 0.82

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2731DB (or 0x2731DB) is known color: Persian Blue. HEX triplet: 27, 31 and DB. RGB value is (39,49,219). Sum of RGB (Red+Green+Blue) = 39+49+219=307 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.70% from 307); Green value is 49 (19.53% from 255 or 15.96% from 307); Blue value is 219 (85.94% from 255 or 71.34% from 307); Max value from RGB is 219 - color contains mainly: blue. Hex color #2731DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2731DB is #D8CE24. Grayscale: #404040. Windows color (decimal): -14208549 or 14364967. OLE color: 14364967.

HSL color Cylindrical-coordinate representation of color #2731DB: hue angle of 236.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 #2731DB is Cyan = 0.82, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 39 49 219 -
CMYK 0.82 0.78 0 0.14
HSL 236.67º 0.71% 0.51% -
HSV(B) 236.67º 0.82% 0.86% -
XYZ 14.72 7.74 67.74 -
YUV 65.39 214.69 109.18 -
System Red Green Blue C M Y K H S L
Decimal 39 49 219 0.82 0.78 0 0.14 236.67 0.71 0.51
Hex 27 31 DB 52 4E 0 E ED 47 33
Octal 47 61 333 122 116 0 16 355 107 63
Binary 100111 110001 11011011 1010010 1001110 0 1110 11101101 1000111 110011

Color Harmonies of #2731DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2731DB

Black with #2731DB

Text Example


Text Example

White with #2731DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2731DB; }

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

 H1.HeaderClassName
 {
   color: #2731DB;
 }
 .AnyTagClassName
 {
   color: #2731DB;
 }
</style>

background-color css

<style>
 a { background-color: #2731DB; }

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

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

border-color css

<style>
 span { border-color: #2731DB; }

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

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