#278CAE

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

Shades of Pelorous #278CAE

Tints of Pelorous #278CAE

Color information

#278CAE (or 0x278CAE) is unknown color: approx Pelorous. HEX triplet: 27, 8C and AE. RGB value is (39,140,174). Sum of RGB (Red+Green+Blue) = 39+140+174=353 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.05% from 353); Green value is 140 (55.08% from 255 or 39.66% from 353); Blue value is 174 (68.36% from 255 or 49.29% from 353); Max value from RGB is 174 - color contains mainly: blue. Hex color #278CAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278CAE is #D87351. Grayscale: #717171. Windows color (decimal): -14185298 or 11439143. OLE color: 11439143.

HSL color Cylindrical-coordinate representation of color #278CAE: hue angle of 195.11º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #278CAE is Cyan = 0.78, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB39140174-
CMYK0.780.2000.32
HSL195.11º63.38%41.76%-
HSV(B)195.11º77.59%68.24%-
XYZ17.8522.2443.4-
YUV113.68162.0474.74-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.05%
GREEN value IS 140 (55.08% from 255) = 39.66%
BLUE value IS 174 (68.36% from 255) = 49.29%
R=11.05%
G=39.66%
B=49.29%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal391401740.780.2000.32195.1163.3841.76
Hex278CAE4E14020c33f2a
Octal47214256116240403037752
Binary1001111000110010101110100111010100010000011000011111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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