#268599

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

Shades of Scooter #268599

Tints of Scooter #268599

Color information

#268599 (or 0x268599) is unknown color: approx Scooter. HEX triplet: 26, 85 and 99. RGB value is (38,133,153). Sum of RGB (Red+Green+Blue) = 38+133+153=324 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.73% from 324); Green value is 133 (52.34% from 255 or 41.05% from 324); Blue value is 153 (60.16% from 255 or 47.22% from 324); Max value from RGB is 153 - color contains mainly: blue. Hex color #268599 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268599 is #D97A66. Grayscale: #6A6A6A. Windows color (decimal): -14252647 or 10061094. OLE color: 10061094.

HSL color Cylindrical-coordinate representation of color #268599: hue angle of 190.43º 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 #268599 is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB38133153-
CMYK0.750.1300.4
HSL190.43º60.21%37.45%-
HSV(B)190.43º75.16%60%-
XYZ14.9419.4933.11-
YUV106.88154.0378.87-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.73%
GREEN value IS 133 (52.34% from 255) = 41.05%
BLUE value IS 153 (60.16% from 255) = 47.22%
R=11.73%
G=41.05%
B=47.22%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal381331530.750.1300.4190.4360.2137.45
Hex2685994BD028be3c25
Octal46205231113150502767445
Binary100110100001011001100110010111101010100010111110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268599; }

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

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

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

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

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

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

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

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