Html Css Color HEX #272EDB Persian Blue

📋 copy color: '#272EDB'

red 39 ◦ green 46 ◦ blue 219

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

Shades of Persian Blue #272EDB

Tints of Persian Blue #272EDB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.13%

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

R = 12.83%
G = 15.13%
B = 72.04%

CMYK

 C value IS 0.82

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#272EDB (or 0x272EDB) is known color: Persian Blue. HEX triplet: 27, 2E and DB. RGB value is (39,46,219). Sum of RGB (Red+Green+Blue) = 39+46+219=304 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.83% from 304); Green value is 46 (18.36% from 255 or 15.13% from 304); Blue value is 219 (85.94% from 255 or 72.04% from 304); Max value from RGB is 219 - color contains mainly: blue. Hex color #272EDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272EDB is #D8D124. Grayscale: #3E3E3E. Windows color (decimal): -14209317 or 14364199. OLE color: 14364199.

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

Color convert

RGB 39 46 219 -
CMYK 0.82 0.79 0 0.14
HSL 237.67º 0.71% 0.51% -
HSV(B) 237.67º 0.82% 0.86% -
XYZ 14.6 7.5 67.7 -
YUV 63.63 215.68 110.43 -
System Red Green Blue C M Y K H S L
Decimal 39 46 219 0.82 0.79 0 0.14 237.67 0.71 0.51
Hex 27 2E DB 52 4F 0 E EE 47 33
Octal 47 56 333 122 117 0 16 356 107 63
Binary 100111 101110 11011011 1010010 1001111 0 1110 11101110 1000111 110011

Color Harmonies of #272EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272EDB

Black with #272EDB

Text Example


Text Example

White with #272EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272EDB; }

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

 H1.HeaderClassName
 {
   color: #272EDB;
 }
 .AnyTagClassName
 {
   color: #272EDB;
 }
</style>

background-color css

<style>
 a { background-color: #272EDB; }

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

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

border-color css

<style>
 span { border-color: #272EDB; }

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

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