#276673

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

Shades of Allports #276673

Tints of Allports #276673

Color information

#276673 (or 0x276673) is unknown color: approx Allports. HEX triplet: 27, 66 and 73. RGB value is (39,102,115). Sum of RGB (Red+Green+Blue) = 39+102+115=256 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.23% from 256); Green value is 102 (40.23% from 255 or 39.84% from 256); Blue value is 115 (45.31% from 255 or 44.92% from 256); Max value from RGB is 115 - color contains mainly: blue. Hex color #276673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276673 is #D8998C. Grayscale: #545454. Windows color (decimal): -14195085 or 7562791. OLE color: 7562791.

HSL color Cylindrical-coordinate representation of color #276673: hue angle of 190.26º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #276673 is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB39102115-
CMYK0.660.1100.55
HSL190.26º49.35%30.2%-
HSV(B)190.26º66.09%45.1%-
XYZ8.6811.1717.92-
YUV84.64145.1395.44-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.23%
GREEN value IS 102 (40.23% from 255) = 39.84%
BLUE value IS 115 (45.31% from 255) = 44.92%
R=15.23%
G=39.84%
B=44.92%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal391021150.660.1100.55190.2649.3530.2
Hex27667342B037be311e
Octal47146163102130672766136
Binary100111110011011100111000010101101101111011111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276673; }

 p { color: rgb(39,102,115); }

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

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

 a { background-color: rgb(39,102,115); }

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

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

 span { border-color: rgb(39,102,115); }

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