#268390

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

Shades of Scooter #268390

Tints of Scooter #268390

Color information

#268390 (or 0x268390) is unknown color: approx Scooter. HEX triplet: 26, 83 and 90. RGB value is (38,131,144). Sum of RGB (Red+Green+Blue) = 38+131+144=313 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.14% from 313); Green value is 131 (51.56% from 255 or 41.85% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 144 - color contains mainly: blue. Hex color #268390 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268390 is #D97C6F. Grayscale: #686868. Windows color (decimal): -14253168 or 9470758. OLE color: 9470758.

HSL color Cylindrical-coordinate representation of color #268390: hue angle of 187.36º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #268390 is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB38131144-
CMYK0.740.0900.44
HSL187.36º58.24%35.69%-
HSV(B)187.36º73.61%56.47%-
XYZ13.9518.6629.25-
YUV104.67150.1980.44-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.14%
GREEN value IS 131 (51.56% from 255) = 41.85%
BLUE value IS 144 (56.64% from 255) = 46.01%
R=12.14%
G=41.85%
B=46.01%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal381311440.740.0900.44187.3658.2435.69
Hex2683904A902Cbb3a24
Octal46203220112110542737244
Binary100110100000111001000010010101001010110010111011111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268390; }

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

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

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

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

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

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

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

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