#267C96

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

Shades of Scooter #267C96

Tints of Scooter #267C96

Color information

#267C96 (or 0x267C96) is unknown color: approx Scooter. HEX triplet: 26, 7C and 96. RGB value is (38,124,150). Sum of RGB (Red+Green+Blue) = 38+124+150=312 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.18% from 312); Green value is 124 (48.83% from 255 or 39.74% from 312); Blue value is 150 (58.98% from 255 or 48.08% from 312); Max value from RGB is 150 - color contains mainly: blue. Hex color #267C96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267C96 is #D98369. Grayscale: #656565. Windows color (decimal): -14254954 or 9862182. OLE color: 9862182.

HSL color Cylindrical-coordinate representation of color #267C96: hue angle of 193.93º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #267C96 is Cyan = 0.75, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB38124150-
CMYK0.750.1700.41
HSL193.93º59.57%36.86%-
HSV(B)193.93º74.67%58.82%-
XYZ13.5117.0331.43-
YUV101.25155.5182.89-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.18%
GREEN value IS 124 (48.83% from 255) = 39.74%
BLUE value IS 150 (58.98% from 255) = 48.08%
R=12.18%
G=39.74%
B=48.08%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal381241500.750.1700.41193.9359.5736.86
Hex267C964B11029c23c25
Octal46174226113210513027445
Binary100110111110010010110100101110001010100111000010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267C96; }

 p { color: rgb(38,124,150); }

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

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

 a { background-color: rgb(38,124,150); }

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

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

 span { border-color: rgb(38,124,150); }

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