#268195

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

Shades of Scooter #268195

Tints of Scooter #268195

Color information

#268195 (or 0x268195) is unknown color: approx Scooter. HEX triplet: 26, 81 and 95. RGB value is (38,129,149). Sum of RGB (Red+Green+Blue) = 38+129+149=316 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.03% from 316); Green value is 129 (50.78% from 255 or 40.82% from 316); Blue value is 149 (58.59% from 255 or 47.15% from 316); Max value from RGB is 149 - color contains mainly: blue. Hex color #268195 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268195 is #D97E6A. Grayscale: #676767. Windows color (decimal): -14253675 or 9797926. OLE color: 9797926.

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

Color convert

RGB38129149-
CMYK0.740.1300.42
HSL190.81º59.36%36.67%-
HSV(B)190.81º74.5%58.43%-
XYZ14.0718.2831.22-
YUV104.07153.3580.87-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.03%
GREEN value IS 129 (50.78% from 255) = 40.82%
BLUE value IS 149 (58.59% from 255) = 47.15%
R=12.03%
G=40.82%
B=47.15%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal381291490.740.1300.42190.8159.3636.67
Hex2681954AD02Abf3b25
Octal46201225112150522777345
Binary100110100000011001010110010101101010101010111111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268195; }

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

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

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

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

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

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

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

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