#268495

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

Shades of Scooter #268495

Tints of Scooter #268495

Color information

#268495 (or 0x268495) is unknown color: approx Scooter. HEX triplet: 26, 84 and 95. RGB value is (38,132,149). Sum of RGB (Red+Green+Blue) = 38+132+149=319 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.91% from 319); Green value is 132 (51.95% from 255 or 41.38% from 319); Blue value is 149 (58.59% from 255 or 46.71% from 319); Max value from RGB is 149 - color contains mainly: blue. Hex color #268495 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268495 is #D97B6A. Grayscale: #696969. Windows color (decimal): -14252907 or 9798694. OLE color: 9798694.

HSL color Cylindrical-coordinate representation of color #268495: hue angle of 189.19º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #268495 is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB38132149-
CMYK0.740.1100.42
HSL189.19º59.36%36.67%-
HSV(B)189.19º74.5%58.43%-
XYZ14.4819.0831.35-
YUV105.83152.3679.62-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.91%
GREEN value IS 132 (51.95% from 255) = 41.38%
BLUE value IS 149 (58.59% from 255) = 46.71%
R=11.91%
G=41.38%
B=46.71%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal381321490.740.1100.42189.1959.3636.67
Hex2684954AB02Abd3b25
Octal46204225112130522757345
Binary100110100001001001010110010101011010101010111101111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268495; }

 p { color: rgb(38,132,149); }

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

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

 a { background-color: rgb(38,132,149); }

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

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

 span { border-color: rgb(38,132,149); }

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