#268598

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

Shades of Scooter #268598

Tints of Scooter #268598

Color information

#268598 (or 0x268598) is unknown color: approx Scooter. HEX triplet: 26, 85 and 98. RGB value is (38,133,152). Sum of RGB (Red+Green+Blue) = 38+133+152=323 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.76% from 323); Green value is 133 (52.34% from 255 or 41.18% from 323); Blue value is 152 (59.77% from 255 or 47.06% from 323); Max value from RGB is 152 - color contains mainly: blue. Hex color #268598 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268598 is #D97A67. Grayscale: #6A6A6A. Windows color (decimal): -14252648 or 9995558. OLE color: 9995558.

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

Color convert

RGB38133152-
CMYK0.750.1300.40
HSL190º60%37.25%-
HSV(B)190º75%59.61%-
XYZ14.8519.4532.68-
YUV106.76153.5378.96-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.76%
GREEN value IS 133 (52.34% from 255) = 41.18%
BLUE value IS 152 (59.77% from 255) = 47.06%
R=11.76%
G=41.18%
B=47.06%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal381331520.750.1300.401906037.25
Hex2685984BD028be3c25
Octal46205230113150502767445
Binary100110100001011001100010010111101010100010111110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268598; }

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

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

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

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

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

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

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

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