Html Css Color HEX #272CBE Persian Blue

📋 copy color: '#272CBE'

red 39 ◦ green 44 ◦ blue 190

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

Shades of Persian Blue #272CBE

Tints of Persian Blue #272CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 69.6%

R = 14.29%
G = 16.12%
B = 69.6%

CMYK

 C value IS 0.79

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#272CBE (or 0x272CBE) is known color: Persian Blue. HEX triplet: 27, 2C and BE. RGB value is (39,44,190). Sum of RGB (Red+Green+Blue) = 39+44+190=273 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.29% from 273); Green value is 44 (17.58% from 255 or 16.12% from 273); Blue value is 190 (74.61% from 255 or 69.60% from 273); Max value from RGB is 190 - color contains mainly: blue. Hex color #272CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272CBE is #D8D341. Grayscale: #3A3A3A. Windows color (decimal): -14209858 or 12463143. OLE color: 12463143.

HSL color Cylindrical-coordinate representation of color #272CBE: hue angle of 238.01º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #272CBE is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 39 44 190 -
CMYK 0.79 0.77 0 0.25
HSL 238.01º 0.66% 0.45% -
HSV(B) 238.01º 0.79% 0.75% -
XYZ 11.03 5.95 49.28 -
YUV 59.15 201.84 113.63 -
System Red Green Blue C M Y K H S L
Decimal 39 44 190 0.79 0.77 0 0.25 238.01 0.66 0.45
Hex 27 2C BE 4F 4D 0 19 EE 42 2D
Octal 47 54 276 117 115 0 31 356 102 55
Binary 100111 101100 10111110 1001111 1001101 0 11001 11101110 1000010 101101

Color Harmonies of #272CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272CBE

Black with #272CBE

Text Example


Text Example

White with #272CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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