#278CB3

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

Shades of Pelorous #278CB3

Tints of Pelorous #278CB3

Color information

#278CB3 (or 0x278CB3) is unknown color: approx Pelorous. HEX triplet: 27, 8C and B3. RGB value is (39,140,179). Sum of RGB (Red+Green+Blue) = 39+140+179=358 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.89% from 358); Green value is 140 (55.08% from 255 or 39.11% from 358); Blue value is 179 (70.31% from 255 or 50% from 358); Max value from RGB is 179 - color contains mainly: blue. Hex color #278CB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #278CB3 is #D8734C. Grayscale: #717171. Windows color (decimal): -14185293 or 11766823. OLE color: 11766823.

HSL color Cylindrical-coordinate representation of color #278CB3: hue angle of 196.71º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #278CB3 is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB39140179-
CMYK0.780.2200.30
HSL196.71º64.22%42.75%-
HSV(B)196.71º78.21%70.2%-
XYZ18.3522.4446.01-
YUV114.25164.5474.33-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.89%
GREEN value IS 140 (55.08% from 255) = 39.11%
BLUE value IS 179 (70.31% from 255) = 50%
R=10.89%
G=39.11%
B=50%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal391401790.780.2200.30196.7164.2242.75
Hex278CB34E1601Ec5402b
Octal472142631162603630510053
Binary1001111000110010110011100111010110011110110001011000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,140,179); }

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

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

 a { background-color: rgb(39,140,179); }

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

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

 span { border-color: rgb(39,140,179); }

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