#267E97

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

Shades of Scooter #267E97

Tints of Scooter #267E97

Color information

#267E97 (or 0x267E97) is unknown color: approx Scooter. HEX triplet: 26, 7E and 97. RGB value is (38,126,151). Sum of RGB (Red+Green+Blue) = 38+126+151=315 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.06% from 315); Green value is 126 (49.61% from 255 or 40% from 315); Blue value is 151 (59.38% from 255 or 47.94% from 315); Max value from RGB is 151 - color contains mainly: blue. Hex color #267E97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267E97 is #D98168. Grayscale: #666666. Windows color (decimal): -14254441 or 9928230. OLE color: 9928230.

HSL color Cylindrical-coordinate representation of color #267E97: hue angle of 193.27º 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 #267E97 is Cyan = 0.75, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB38126151-
CMYK0.750.1700.41
HSL193.27º59.79%37.06%-
HSV(B)193.27º74.83%59.22%-
XYZ13.8517.5731.94-
YUV102.54155.3581.97-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.06%
GREEN value IS 126 (49.61% from 255) = 40%
BLUE value IS 151 (59.38% from 255) = 47.94%
R=12.06%
G=40%
B=47.94%

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
Decimal381261510.750.1700.41193.2759.7937.06
Hex267E974B11029c13c25
Octal46176227113210513017445
Binary100110111111010010111100101110001010100111000001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,126,151); }

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

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

 a { background-color: rgb(38,126,151); }

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

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

 span { border-color: rgb(38,126,151); }

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