#26909E

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

Shades of Scooter #26909E

Tints of Scooter #26909E

Color information

#26909E (or 0x26909E) is unknown color: approx Scooter. HEX triplet: 26, 90 and 9E. RGB value is (38,144,158). Sum of RGB (Red+Green+Blue) = 38+144+158=340 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.18% from 340); Green value is 144 (56.64% from 255 or 42.35% from 340); Blue value is 158 (62.11% from 255 or 46.47% from 340); Max value from RGB is 158 - color contains mainly: blue. Hex color #26909E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26909E is #D96F61. Grayscale: #717171. Windows color (decimal): -14249826 or 10391590. OLE color: 10391590.

HSL color Cylindrical-coordinate representation of color #26909E: hue angle of 187º 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 #26909E is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB38144158-
CMYK0.760.0900.38
HSL187º61.22%38.43%-
HSV(B)187º75.95%61.96%-
XYZ16.9422.8335.86-
YUV113.9152.8873.86-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.18%
GREEN value IS 144 (56.64% from 255) = 42.35%
BLUE value IS 158 (62.11% from 255) = 46.47%
R=11.18%
G=42.35%
B=46.47%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal381441580.760.0900.3818761.2238.43
Hex26909E4C9026bb3d26
Octal46220236114110462737546
Binary100110100100001001111010011001001010011010111011111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26909E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26909E; }

 p { color: rgb(38,144,158); }

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

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

 a { background-color: rgb(38,144,158); }

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

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

 span { border-color: rgb(38,144,158); }

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