Html Css Color HEX #272CBA Persian Blue

📋 copy color: '#272CBA'

red 39 ◦ green 44 ◦ blue 186

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

Shades of Persian Blue #272CBA

Tints of Persian Blue #272CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 69.14%

R = 14.5%
G = 16.36%
B = 69.14%

CMYK

 C value IS 0.79

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#272CBA (or 0x272CBA) is known color: Persian Blue. HEX triplet: 27, 2C and BA. RGB value is (39,44,186). Sum of RGB (Red+Green+Blue) = 39+44+186=269 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.50% from 269); Green value is 44 (17.58% from 255 or 16.36% from 269); Blue value is 186 (73.05% from 255 or 69.14% from 269); Max value from RGB is 186 - color contains mainly: blue. Hex color #272CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272CBA is #D8D345. Grayscale: #3A3A3A. Windows color (decimal): -14209862 or 12200999. OLE color: 12200999.

HSL color Cylindrical-coordinate representation of color #272CBA: hue angle of 237.96º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #272CBA is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 39 44 186 -
CMYK 0.79 0.76 0 0.27
HSL 237.96º 0.65% 0.44% -
HSV(B) 237.96º 0.79% 0.73% -
XYZ 10.6 5.78 47.01 -
YUV 58.69 199.84 113.95 -
System Red Green Blue C M Y K H S L
Decimal 39 44 186 0.79 0.76 0 0.27 237.96 0.65 0.44
Hex 27 2C BA 4F 4C 0 1B EE 41 2C
Octal 47 54 272 117 114 0 33 356 101 54
Binary 100111 101100 10111010 1001111 1001100 0 11011 11101110 1000001 101100

Color Harmonies of #272CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272CBA

Black with #272CBA

Text Example


Text Example

White with #272CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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