#267B98

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

Shades of Scooter #267B98

Tints of Scooter #267B98

Color information

#267B98 (or 0x267B98) is unknown color: approx Scooter. HEX triplet: 26, 7B and 98. RGB value is (38,123,152). Sum of RGB (Red+Green+Blue) = 38+123+152=313 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.14% from 313); Green value is 123 (48.44% from 255 or 39.30% from 313); Blue value is 152 (59.77% from 255 or 48.56% from 313); Max value from RGB is 152 - color contains mainly: blue. Hex color #267B98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267B98 is #D98467. Grayscale: #646464. Windows color (decimal): -14255208 or 9992998. OLE color: 9992998.

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

Color convert

RGB38123152-
CMYK0.750.1900.40
HSL195.26º60%37.25%-
HSV(B)195.26º75%59.61%-
XYZ13.5516.8432.24-
YUV100.89156.8483.14-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.14%
GREEN value IS 123 (48.44% from 255) = 39.30%
BLUE value IS 152 (59.77% from 255) = 48.56%
R=12.14%
G=39.30%
B=48.56%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal381231520.750.1900.40195.266037.25
Hex267B984B13028c33c25
Octal46173230113230503037445
Binary100110111101110011000100101110011010100011000011111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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