#278ABA

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

Shades of Pelorous #278ABA

Tints of Pelorous #278ABA

Color information

#278ABA (or 0x278ABA) is unknown color: approx Pelorous. HEX triplet: 27, 8A and BA. RGB value is (39,138,186). Sum of RGB (Red+Green+Blue) = 39+138+186=363 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.74% from 363); Green value is 138 (54.30% from 255 or 38.02% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #278ABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #278ABA is #D87545. Grayscale: #717171. Windows color (decimal): -14185798 or 12225063. OLE color: 12225063.

HSL color Cylindrical-coordinate representation of color #278ABA: hue angle of 199.59º 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 #278ABA is Cyan = 0.79, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB39138186-
CMYK0.790.2600.27
HSL199.59º65.33%44.12%-
HSV(B)199.59º79.03%72.94%-
XYZ18.7922.1549.74-
YUV113.87168.774.6-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.74%
GREEN value IS 138 (54.30% from 255) = 38.02%
BLUE value IS 186 (73.05% from 255) = 51.24%
R=10.74%
G=38.02%
B=51.24%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal391381860.790.2600.27199.5965.3344.12
Hex278ABA4F1A01Bc8412c
Octal472122721173203331010154
Binary1001111000101010111010100111111010011011110010001000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,138,186); }

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

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

 a { background-color: rgb(39,138,186); }

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

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

 span { border-color: rgb(39,138,186); }

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