#278DB1

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

Shades of Pelorous #278DB1

Tints of Pelorous #278DB1

Color information

#278DB1 (or 0x278DB1) is unknown color: approx Pelorous. HEX triplet: 27, 8D and B1. RGB value is (39,141,177). Sum of RGB (Red+Green+Blue) = 39+141+177=357 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.92% from 357); Green value is 141 (55.47% from 255 or 39.50% from 357); Blue value is 177 (69.53% from 255 or 49.58% from 357); Max value from RGB is 177 - color contains mainly: blue. Hex color #278DB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278DB1 is #D8724E. Grayscale: #727272. Windows color (decimal): -14185039 or 11636007. OLE color: 11636007.

HSL color Cylindrical-coordinate representation of color #278DB1: hue angle of 195.65º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #278DB1 is Cyan = 0.78, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB39141177-
CMYK0.780.2000.31
HSL195.65º63.89%42.35%-
HSV(B)195.65º77.97%69.41%-
XYZ18.322.6645-
YUV114.61163.2174.07-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.92%
GREEN value IS 141 (55.47% from 255) = 39.50%
BLUE value IS 177 (69.53% from 255) = 49.58%
R=10.92%
G=39.50%
B=49.58%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal391411770.780.2000.31195.6563.8942.35
Hex278DB14E1401Fc4402a
Octal472152611162403730410052
Binary1001111000110110110001100111010100011111110001001000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,141,177); }

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

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

 a { background-color: rgb(39,141,177); }

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

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

 span { border-color: rgb(39,141,177); }

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