#267EA1

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

Shades of Scooter #267EA1

Tints of Scooter #267EA1

Color information

#267EA1 (or 0x267EA1) is unknown color: approx Scooter. HEX triplet: 26, 7E and A1. RGB value is (38,126,161). Sum of RGB (Red+Green+Blue) = 38+126+161=325 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.69% from 325); Green value is 126 (49.61% from 255 or 38.77% from 325); Blue value is 161 (63.28% from 255 or 49.54% from 325); Max value from RGB is 161 - color contains mainly: blue. Hex color #267EA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267EA1 is #D9815E. Grayscale: #676767. Windows color (decimal): -14254431 or 10583590. OLE color: 10583590.

HSL color Cylindrical-coordinate representation of color #267EA1: hue angle of 197.07º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #267EA1 is Cyan = 0.76, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB38126161-
CMYK0.760.2200.37
HSL197.07º61.81%39.02%-
HSV(B)197.07º76.4%63.14%-
XYZ14.6917.9136.4-
YUV103.68160.3581.15-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.69%
GREEN value IS 126 (49.61% from 255) = 38.77%
BLUE value IS 161 (63.28% from 255) = 49.54%
R=11.69%
G=38.77%
B=49.54%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal381261610.760.2200.37197.0761.8139.02
Hex267EA14C16025c53e27
Octal46176241114260453057647
Binary100110111111010100001100110010110010010111000101111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,126,161); }

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

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

 a { background-color: rgb(38,126,161); }

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

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

 span { border-color: rgb(38,126,161); }

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