Html Css Color HEX #272CDB Persian Blue

📋 copy color: '#272CDB'

red 39 ◦ green 44 ◦ blue 219

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

Shades of Persian Blue #272CDB

Tints of Persian Blue #272CDB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.57%

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

R = 12.91%
G = 14.57%
B = 72.52%

CMYK

 C value IS 0.82

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#272CDB (or 0x272CDB) is known color: Persian Blue. HEX triplet: 27, 2C and DB. RGB value is (39,44,219). Sum of RGB (Red+Green+Blue) = 39+44+219=302 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.91% from 302); Green value is 44 (17.58% from 255 or 14.57% from 302); Blue value is 219 (85.94% from 255 or 72.52% from 302); Max value from RGB is 219 - color contains mainly: blue. Hex color #272CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272CDB is #D8D324. Grayscale: #3D3D3D. Windows color (decimal): -14209829 or 14363687. OLE color: 14363687.

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

Color convert

RGB 39 44 219 -
CMYK 0.82 0.80 0 0.14
HSL 238.33º 0.71% 0.51% -
HSV(B) 238.33º 0.82% 0.86% -
XYZ 14.52 7.35 67.67 -
YUV 62.46 216.34 111.27 -
System Red Green Blue C M Y K H S L
Decimal 39 44 219 0.82 0.80 0 0.14 238.33 0.71 0.51
Hex 27 2C DB 52 50 0 E EE 47 33
Octal 47 54 333 122 120 0 16 356 107 63
Binary 100111 101100 11011011 1010010 1010000 0 1110 11101110 1000111 110011

Color Harmonies of #272CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272CDB

Black with #272CDB

Text Example


Text Example

White with #272CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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