#266670

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

Shades of Allports #266670

Tints of Allports #266670

Color information

#266670 (or 0x266670) is unknown color: approx Allports. HEX triplet: 26, 66 and 70. RGB value is (38,102,112). Sum of RGB (Red+Green+Blue) = 38+102+112=252 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.08% from 252); Green value is 102 (40.23% from 255 or 40.48% from 252); Blue value is 112 (44.14% from 255 or 44.44% from 252); Max value from RGB is 112 - color contains mainly: blue. Hex color #266670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266670 is #D9998F. Grayscale: #535353. Windows color (decimal): -14260624 or 7366182. OLE color: 7366182.

HSL color Cylindrical-coordinate representation of color #266670: hue angle of 188.11º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #266670 is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB38102112-
CMYK0.660.0900.56
HSL188.11º49.33%29.41%-
HSV(B)188.11º66.07%43.92%-
XYZ8.4811.0817.02-
YUV84143.895.19-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.08%
GREEN value IS 102 (40.23% from 255) = 40.48%
BLUE value IS 112 (44.14% from 255) = 44.44%
R=15.08%
G=40.48%
B=44.44%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal381021120.660.0900.56188.1149.3329.41
Hex266670429038bc311d
Octal46146160102110702746135
Binary100110110011011100001000010100101110001011110011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266670; }

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

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

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

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

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

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

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

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