#278ABC

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

Shades of Pelorous #278ABC

Tints of Pelorous #278ABC

Color information

#278ABC (or 0x278ABC) is unknown color: approx Pelorous. HEX triplet: 27, 8A and BC. RGB value is (39,138,188). Sum of RGB (Red+Green+Blue) = 39+138+188=365 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.68% from 365); Green value is 138 (54.30% from 255 or 37.81% from 365); Blue value is 188 (73.83% from 255 or 51.51% from 365); Max value from RGB is 188 - color contains mainly: blue. Hex color #278ABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #278ABC is #D87543. Grayscale: #717171. Windows color (decimal): -14185796 or 12356135. OLE color: 12356135.

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

Color convert

RGB39138188-
CMYK0.790.2700.26
HSL200.13º65.64%44.51%-
HSV(B)200.13º79.26%73.73%-
XYZ1922.2450.87-
YUV114.1169.774.43-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.68%
GREEN value IS 138 (54.30% from 255) = 37.81%
BLUE value IS 188 (73.83% from 255) = 51.51%
R=10.68%
G=37.81%
B=51.51%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal391381880.790.2700.26200.1365.6444.51
Hex278ABC4F1B01Ac8422d
Octal472122741173303231010255
Binary1001111000101010111100100111111011011010110010001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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