#267D95

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

Shades of Scooter #267D95

Tints of Scooter #267D95

Color information

#267D95 (or 0x267D95) is unknown color: approx Scooter. HEX triplet: 26, 7D and 95. RGB value is (38,125,149). Sum of RGB (Red+Green+Blue) = 38+125+149=312 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.18% from 312); Green value is 125 (49.22% from 255 or 40.06% from 312); Blue value is 149 (58.59% from 255 or 47.76% from 312); Max value from RGB is 149 - color contains mainly: blue. Hex color #267D95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267D95 is #D9826A. Grayscale: #656565. Windows color (decimal): -14254699 or 9796902. OLE color: 9796902.

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

Color convert

RGB38125149-
CMYK0.740.1600.42
HSL192.97º59.36%36.67%-
HSV(B)192.97º74.5%58.43%-
XYZ13.5617.2531.05-
YUV101.72154.6882.55-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.18%
GREEN value IS 125 (49.22% from 255) = 40.06%
BLUE value IS 149 (58.59% from 255) = 47.76%
R=12.18%
G=40.06%
B=47.76%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal381251490.740.1600.42192.9759.3636.67
Hex267D954A1002Ac13b25
Octal46175225112200523017345
Binary100110111110110010101100101010000010101011000001111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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