#278fb5

Color #278FB5 Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #278FB5

Tints of Pelorous #278FB5

Color information

#278FB5 (or 0x278FB5) is unknown color: approx Pelorous. HEX triplet: 27, 8F and B5. RGB value is (39,143,181). Sum of RGB (Red+Green+Blue) = 39+143+181=363 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.74% from 363); Green value is 143 (56.25% from 255 or 39.39% from 363); Blue value is 181 (71.09% from 255 or 49.86% from 363); Max value from RGB is 181 - color contains mainly: blue. Hex color #278FB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #278FB5 is #D8704A. Grayscale: #737373. Windows color (decimal): -14184523 or 11898663. OLE color: 11898663.

HSL color Cylindrical-coordinate representation of color #278FB5: hue angle of 196.06º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #278FB5 is Cyan = 0.78, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB39143181-
CMYK0.780.2100.29
HSL196.06º64.55%43.14%-
HSV(B)196.06º78.45%70.98%-
XYZ1923.4147.23-
YUV116.24164.5472.91-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.74%
GREEN value IS 143 (56.25% from 255) = 39.39%
BLUE value IS 181 (71.09% from 255) = 49.86%
R=10.74%
G=39.39%
B=49.86%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal391431810.780.2100.29196.0664.5543.14
Hex278FB54E1501Dc4412b
Octal472172651162503530410153
Binary1001111000111110110101100111010101011101110001001000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278fb5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #278fb5; }

 p { color: rgb(39,143,181); }

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

<style>
 a { background-color: #278fb5; }

 a { background-color: rgb(39,143,181); }

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

<style>
 span { border-color: #278fb5; }

 span { border-color: rgb(39,143,181); }

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