#26667C

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

Shades of Allports #26667C

Tints of Allports #26667C

Color information

#26667C (or 0x26667C) is unknown color: approx Allports. HEX triplet: 26, 66 and 7C. RGB value is (38,102,124). Sum of RGB (Red+Green+Blue) = 38+102+124=264 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.39% from 264); Green value is 102 (40.23% from 255 or 38.64% from 264); Blue value is 124 (48.83% from 255 or 46.97% from 264); Max value from RGB is 124 - color contains mainly: blue. Hex color #26667C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26667C is #D99983. Grayscale: #555555. Windows color (decimal): -14260612 or 8152614. OLE color: 8152614.

HSL color Cylindrical-coordinate representation of color #26667C: hue angle of 195.35º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #26667C is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB38102124-
CMYK0.690.1800.51
HSL195.35º53.09%31.76%-
HSV(B)195.35º69.35%48.63%-
XYZ9.1911.3720.78-
YUV85.37149.894.21-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.39%
GREEN value IS 102 (40.23% from 255) = 38.64%
BLUE value IS 124 (48.83% from 255) = 46.97%
R=14.39%
G=38.64%
B=46.97%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal381021240.690.1800.51195.3553.0931.76
Hex26667C4512033c33520
Octal46146174105220633036540
Binary10011011001101111100100010110010011001111000011110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26667C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26667C; }

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

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

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

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

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

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

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

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