#267B97

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

Shades of Scooter #267B97

Tints of Scooter #267B97

Color information

#267B97 (or 0x267B97) is unknown color: approx Scooter. HEX triplet: 26, 7B and 97. RGB value is (38,123,151). Sum of RGB (Red+Green+Blue) = 38+123+151=312 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.18% from 312); Green value is 123 (48.44% from 255 or 39.42% from 312); Blue value is 151 (59.38% from 255 or 48.40% from 312); Max value from RGB is 151 - color contains mainly: blue. Hex color #267B97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267B97 is #D98468. Grayscale: #646464. Windows color (decimal): -14255209 or 9927462. OLE color: 9927462.

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

Color convert

RGB38123151-
CMYK0.750.1900.41
HSL194.87º59.79%37.06%-
HSV(B)194.87º74.83%59.22%-
XYZ13.4716.8131.81-
YUV100.78156.3483.22-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.18%
GREEN value IS 123 (48.44% from 255) = 39.42%
BLUE value IS 151 (59.38% from 255) = 48.40%
R=12.18%
G=39.42%
B=48.40%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal381231510.750.1900.41194.8759.7937.06
Hex267B974B13029c33c25
Octal46173227113230513037445
Binary100110111101110010111100101110011010100111000011111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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