#266672

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

Shades of Allports #266672

Tints of Allports #266672

Color information

#266672 (or 0x266672) is unknown color: approx Allports. HEX triplet: 26, 66 and 72. RGB value is (38,102,114). Sum of RGB (Red+Green+Blue) = 38+102+114=254 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.96% from 254); Green value is 102 (40.23% from 255 or 40.16% from 254); Blue value is 114 (44.92% from 255 or 44.88% from 254); Max value from RGB is 114 - color contains mainly: blue. Hex color #266672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266672 is #D9998D. Grayscale: #545454. Windows color (decimal): -14260622 or 7497254. OLE color: 7497254.

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

Color convert

RGB38102114-
CMYK0.670.1100.55
HSL189.47º50%29.8%-
HSV(B)189.47º66.67%44.71%-
XYZ8.5911.1317.62-
YUV84.23144.895.02-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.96%
GREEN value IS 102 (40.23% from 255) = 40.16%
BLUE value IS 114 (44.92% from 255) = 44.88%
R=14.96%
G=40.16%
B=44.88%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal381021140.670.1100.55189.475029.8
Hex26667243B037bd321e
Octal46146162103130672756236
Binary100110110011011100101000011101101101111011110111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266672; }

 p { color: rgb(38,102,114); }

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

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

 a { background-color: rgb(38,102,114); }

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

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

 span { border-color: rgb(38,102,114); }

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