#278EBE

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

Shades of Pelorous #278EBE

Tints of Pelorous #278EBE

Color information

#278EBE (or 0x278EBE) is unknown color: approx Pelorous. HEX triplet: 27, 8E and BE. RGB value is (39,142,190). Sum of RGB (Red+Green+Blue) = 39+142+190=371 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.51% from 371); Green value is 142 (55.86% from 255 or 38.27% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #278EBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #278EBE is #D87141. Grayscale: #747474. Windows color (decimal): -14184770 or 12488231. OLE color: 12488231.

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

Color convert

RGB39142190-
CMYK0.790.2500.25
HSL199.07º65.94%44.9%-
HSV(B)199.07º79.47%74.51%-
XYZ19.823.552.21-
YUV116.68169.3872.6-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.51%
GREEN value IS 142 (55.86% from 255) = 38.27%
BLUE value IS 190 (74.61% from 255) = 51.21%
R=10.51%
G=38.27%
B=51.21%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal391421900.790.2500.25199.0765.9444.9
Hex278EBE4F19019c7422d
Octal472162761173103130710255
Binary1001111000111010111110100111111001011001110001111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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