#26829D

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

Shades of Scooter #26829D

Tints of Scooter #26829D

Color information

#26829D (or 0x26829D) is unknown color: approx Scooter. HEX triplet: 26, 82 and 9D. RGB value is (38,130,157). Sum of RGB (Red+Green+Blue) = 38+130+157=325 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.69% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 157 (61.72% from 255 or 48.31% from 325); Max value from RGB is 157 - color contains mainly: blue. Hex color #26829D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26829D is #D97D62. Grayscale: #696969. Windows color (decimal): -14253411 or 10322470. OLE color: 10322470.

HSL color Cylindrical-coordinate representation of color #26829D: hue angle of 193.61º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #26829D is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB38130157-
CMYK0.760.1700.38
HSL193.61º61.03%38.24%-
HSV(B)193.61º75.8%61.57%-
XYZ14.8718.8134.75-
YUV105.57157.0279.8-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.69%
GREEN value IS 130 (51.17% from 255) = 40%
BLUE value IS 157 (61.72% from 255) = 48.31%
R=11.69%
G=40%
B=48.31%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal381301570.760.1700.38193.6161.0338.24
Hex26829D4C11026c23d26
Octal46202235114210463027546
Binary1001101000001010011101100110010001010011011000010111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26829D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26829D; }

 p { color: rgb(38,130,157); }

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

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

 a { background-color: rgb(38,130,157); }

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

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

 span { border-color: rgb(38,130,157); }

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