#267E93

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

Shades of Scooter #267E93

Tints of Scooter #267E93

Color information

#267E93 (or 0x267E93) is unknown color: approx Scooter. HEX triplet: 26, 7E and 93. RGB value is (38,126,147). Sum of RGB (Red+Green+Blue) = 38+126+147=311 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.22% from 311); Green value is 126 (49.61% from 255 or 40.51% from 311); Blue value is 147 (57.81% from 255 or 47.27% from 311); Max value from RGB is 147 - color contains mainly: blue. Hex color #267E93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267E93 is #D9816C. Grayscale: #656565. Windows color (decimal): -14254445 or 9666086. OLE color: 9666086.

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

Color convert

RGB38126147-
CMYK0.740.1400.42
HSL191.56º58.92%36.27%-
HSV(B)191.56º74.15%57.65%-
XYZ13.5317.4430.26-
YUV102.08153.3582.29-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.22%
GREEN value IS 126 (49.61% from 255) = 40.51%
BLUE value IS 147 (57.81% from 255) = 47.27%
R=12.22%
G=40.51%
B=47.27%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal381261470.740.1400.42191.5658.9236.27
Hex267E934AE02Ac03b24
Octal46176223112160523007344
Binary10011011111101001001110010101110010101011000000111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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