#27748A

Color #27748A Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #27748A

Tints of Allports #27748A

Color information

#27748A (or 0x27748A) is unknown color: approx Allports. HEX triplet: 27, 74 and 8A. RGB value is (39,116,138). Sum of RGB (Red+Green+Blue) = 39+116+138=293 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.31% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 138 (54.30% from 255 or 47.10% from 293); Max value from RGB is 138 - color contains mainly: blue. Hex color #27748A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27748A is #D88B75. Grayscale: #5F5F5F. Windows color (decimal): -14191478 or 9073703. OLE color: 9073703.

HSL color Cylindrical-coordinate representation of color #27748A: hue angle of 193.33º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #27748A is Cyan = 0.72, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB39116138-
CMYK0.720.1600.46
HSL193.33º55.93%34.71%-
HSV(B)193.33º71.74%54.12%-
XYZ11.6714.7626.28-
YUV95.48151.9987.71-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.31%
GREEN value IS 116 (45.70% from 255) = 39.59%
BLUE value IS 138 (54.30% from 255) = 47.10%
R=13.31%
G=39.59%
B=47.10%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal391161380.720.1600.46193.3355.9334.71
Hex27748A481002Ec13823
Octal47164212110200563017043
Binary100111111010010001010100100010000010111011000001111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27748A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27748A; }

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

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

<style>
 a { background-color: #27748A; }

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

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

<style>
 span { border-color: #27748A; }

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

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