#267C99

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

Shades of Scooter #267C99

Tints of Scooter #267C99

Color information

#267C99 (or 0x267C99) is unknown color: approx Scooter. HEX triplet: 26, 7C and 99. RGB value is (38,124,153). Sum of RGB (Red+Green+Blue) = 38+124+153=315 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.06% from 315); Green value is 124 (48.83% from 255 or 39.37% from 315); Blue value is 153 (60.16% from 255 or 48.57% from 315); Max value from RGB is 153 - color contains mainly: blue. Hex color #267C99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267C99 is #D98366. Grayscale: #656565. Windows color (decimal): -14254951 or 10058790. OLE color: 10058790.

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

Color convert

RGB38124153-
CMYK0.750.1900.4
HSL195.13º60.21%37.45%-
HSV(B)195.13º75.16%60%-
XYZ13.7617.1332.72-
YUV101.59157.0182.64-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.06%
GREEN value IS 124 (48.83% from 255) = 39.37%
BLUE value IS 153 (60.16% from 255) = 48.57%
R=12.06%
G=39.37%
B=48.57%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal381241530.750.1900.4195.1360.2137.45
Hex267C994B13028c33c25
Octal46174231113230503037445
Binary100110111110010011001100101110011010100011000011111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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