#278EBB

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

Shades of Pelorous #278EBB

Tints of Pelorous #278EBB

Color information

#278EBB (or 0x278EBB) is unknown color: approx Pelorous. HEX triplet: 27, 8E and BB. RGB value is (39,142,187). Sum of RGB (Red+Green+Blue) = 39+142+187=368 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.60% from 368); Green value is 142 (55.86% from 255 or 38.59% from 368); Blue value is 187 (73.44% from 255 or 50.82% from 368); Max value from RGB is 187 - color contains mainly: blue. Hex color #278EBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #278EBB is #D87144. Grayscale: #747474. Windows color (decimal): -14184773 or 12291623. OLE color: 12291623.

HSL color Cylindrical-coordinate representation of color #278EBB: hue angle of 198.24º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #278EBB is Cyan = 0.79, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB39142187-
CMYK0.790.2400.27
HSL198.24º65.49%44.31%-
HSV(B)198.24º79.14%73.33%-
XYZ19.4823.3750.5-
YUV116.33167.8872.84-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.60%
GREEN value IS 142 (55.86% from 255) = 38.59%
BLUE value IS 187 (73.44% from 255) = 50.82%
R=10.60%
G=38.59%
B=50.82%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal391421870.790.2400.27198.2465.4944.31
Hex278EBB4F1801Bc6412c
Octal472162731173003330610154
Binary1001111000111010111011100111111000011011110001101000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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