#268799

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

Shades of Scooter #268799

Tints of Scooter #268799

Color information

#268799 (or 0x268799) is unknown color: approx Scooter. HEX triplet: 26, 87 and 99. RGB value is (38,135,153). Sum of RGB (Red+Green+Blue) = 38+135+153=326 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.66% from 326); Green value is 135 (53.12% from 255 or 41.41% from 326); Blue value is 153 (60.16% from 255 or 46.93% from 326); Max value from RGB is 153 - color contains mainly: blue. Hex color #268799 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268799 is #D97866. Grayscale: #6B6B6B. Windows color (decimal): -14252135 or 10061606. OLE color: 10061606.

HSL color Cylindrical-coordinate representation of color #268799: hue angle of 189.39º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #268799 is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB38135153-
CMYK0.750.1200.4
HSL189.39º60.21%37.45%-
HSV(B)189.39º75.16%60%-
XYZ15.2120.0433.2-
YUV108.05153.3678.04-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.66%
GREEN value IS 135 (53.12% from 255) = 41.41%
BLUE value IS 153 (60.16% from 255) = 46.93%
R=11.66%
G=41.41%
B=46.93%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal381351530.750.1200.4189.3960.2137.45
Hex2687994BC028bd3c25
Octal46207231113140502757445
Binary100110100001111001100110010111100010100010111101111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268799; }

 p { color: rgb(38,135,153); }

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

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

 a { background-color: rgb(38,135,153); }

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

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

 span { border-color: rgb(38,135,153); }

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