#270BBD

Color #270BBD Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #270BBD

Tints of Medium Blue #270BBD

Color information

#270BBD (or 0x270BBD) is unknown color: approx Medium Blue. HEX triplet: 27, 0B and BD. RGB value is (39,11,189). Sum of RGB (Red+Green+Blue) = 39+11+189=239 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.32% from 239); Green value is 11 (4.69% from 255 or 4.60% from 239); Blue value is 189 (74.22% from 255 or 79.08% from 239); Max value from RGB is 189 - color contains mainly: blue. Hex color #270BBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #270BBD is #D8F442. Grayscale: #262626. Windows color (decimal): -14218307 or 12389159. OLE color: 12389159.

HSL color Cylindrical-coordinate representation of color #270BBD: hue angle of 249.44º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #270BBD is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3911189-
CMYK0.790.9400.26
HSL249.44º89%39.22%-
HSV(B)249.44º94.18%74.12%-
XYZ10.144.3448.45-
YUV39.66212.28127.53-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.32%
GREEN value IS 11 (4.69% from 255) = 4.60%
BLUE value IS 189 (74.22% from 255) = 79.08%
R=16.32%
G=4.60%
B=79.08%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal39111890.790.9400.26249.448939.22
Hex27BBD4F5E01Af95927
Octal471327511713603237113147
Binary10011110111011110110011111011110011010111110011011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270BBD; }

 p { color: rgb(39,11,189); }

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

<style>
 a { background-color: #270BBD; }

 a { background-color: rgb(39,11,189); }

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

<style>
 span { border-color: #270BBD; }

 span { border-color: rgb(39,11,189); }

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