#272FBF

Color #272FBF Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #272FBF

Tints of Persian Blue #272FBF

Color information

#272FBF (or 0x272FBF) is unknown color: approx Persian Blue. HEX triplet: 27, 2F and BF. RGB value is (39,47,191). Sum of RGB (Red+Green+Blue) = 39+47+191=277 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.08% from 277); Green value is 47 (18.75% from 255 or 16.97% from 277); Blue value is 191 (75% from 255 or 68.95% from 277); Max value from RGB is 191 - color contains mainly: blue. Hex color #272FBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272FBF is #D8D040. Grayscale: #3C3C3C. Windows color (decimal): -14209089 or 12529447. OLE color: 12529447.

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

Color convert

RGB3947191-
CMYK0.800.7500.25
HSL236.84º66.09%45.1%-
HSV(B)236.84º79.58%74.9%-
XYZ11.266.2349.9-
YUV61.02201.35112.29-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.08%
GREEN value IS 47 (18.75% from 255) = 16.97%
BLUE value IS 191 (75% from 255) = 68.95%
R=14.08%
G=16.97%
B=68.95%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal39471910.800.7500.25236.8466.0945.1
Hex272FBF504B019ed422d
Octal475727712011303135510255
Binary1001111011111011111110100001001011011001111011011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,47,191); }

 H1.HeaderClassName
 {
   color: #272FBF;
 }
 .AnyTagClassName
 {
   color: #272FBF;
 }
</style>
background-color css

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

 a { background-color: rgb(39,47,191); }

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

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

 span { border-color: rgb(39,47,191); }

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