#278EB4

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

Shades of Pelorous #278EB4

Tints of Pelorous #278EB4

Color information

#278EB4 (or 0x278EB4) is unknown color: approx Pelorous. HEX triplet: 27, 8E and B4. RGB value is (39,142,180). Sum of RGB (Red+Green+Blue) = 39+142+180=361 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.80% from 361); Green value is 142 (55.86% from 255 or 39.34% from 361); Blue value is 180 (70.70% from 255 or 49.86% from 361); Max value from RGB is 180 - color contains mainly: blue. Hex color #278EB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #278EB4 is #D8714B. Grayscale: #737373. Windows color (decimal): -14184780 or 11832871. OLE color: 11832871.

HSL color Cylindrical-coordinate representation of color #278EB4: hue angle of 196.17º degrees, saturation: 0.64, 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 #278EB4 is Cyan = 0.78, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB39142180-
CMYK0.780.2100.29
HSL196.17º64.38%42.94%-
HSV(B)196.17º78.33%70.59%-
XYZ18.7523.0746.65-
YUV115.54164.3873.41-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.80%
GREEN value IS 142 (55.86% from 255) = 39.34%
BLUE value IS 180 (70.70% from 255) = 49.86%
R=10.80%
G=39.34%
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
Decimal391421800.780.2100.29196.1764.3842.94
Hex278EB44E1501Dc4402b
Octal472162641162503530410053
Binary1001111000111010110100100111010101011101110001001000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,142,180); }

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

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

 a { background-color: rgb(39,142,180); }

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

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

 span { border-color: rgb(39,142,180); }

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