#267F98

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

Shades of Scooter #267F98

Tints of Scooter #267F98

Color information

#267F98 (or 0x267F98) is unknown color: approx Scooter. HEX triplet: 26, 7F and 98. RGB value is (38,127,152). Sum of RGB (Red+Green+Blue) = 38+127+152=317 (41% of max value = 765). Red value is 38 (15.23% from 255 or 11.99% from 317); Green value is 127 (50% from 255 or 40.06% from 317); Blue value is 152 (59.77% from 255 or 47.95% from 317); Max value from RGB is 152 - color contains mainly: blue. Hex color #267F98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267F98 is #D98067. Grayscale: #676767. Windows color (decimal): -14254184 or 9994022. OLE color: 9994022.

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

Color convert

RGB38127152-
CMYK0.750.1600.40
HSL193.16º60%37.25%-
HSV(B)193.16º75%59.61%-
XYZ14.0617.8632.41-
YUV103.24155.5181.47-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.99%
GREEN value IS 127 (50% from 255) = 40.06%
BLUE value IS 152 (59.77% from 255) = 47.95%
R=11.99%
G=40.06%
B=47.95%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal381271520.750.1600.40193.166037.25
Hex267F984B10028c13c25
Octal46177230113200503017445
Binary100110111111110011000100101110000010100011000001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,127,152); }

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

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

 a { background-color: rgb(38,127,152); }

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

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

 span { border-color: rgb(38,127,152); }

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