#267E9D

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

Shades of Scooter #267E9D

Tints of Scooter #267E9D

Color information

#267E9D (or 0x267E9D) is unknown color: approx Scooter. HEX triplet: 26, 7E and 9D. RGB value is (38,126,157). Sum of RGB (Red+Green+Blue) = 38+126+157=321 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.84% from 321); Green value is 126 (49.61% from 255 or 39.25% from 321); Blue value is 157 (61.72% from 255 or 48.91% from 321); Max value from RGB is 157 - color contains mainly: blue. Hex color #267E9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267E9D is #D98162. Grayscale: #676767. Windows color (decimal): -14254435 or 10321446. OLE color: 10321446.

HSL color Cylindrical-coordinate representation of color #267E9D: hue angle of 195.63º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #267E9D is Cyan = 0.76, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB38126157-
CMYK0.760.2000.38
HSL195.63º61.03%38.24%-
HSV(B)195.63º75.8%61.57%-
XYZ14.3517.7734.57-
YUV103.22158.3581.48-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.84%
GREEN value IS 126 (49.61% from 255) = 39.25%
BLUE value IS 157 (61.72% from 255) = 48.91%
R=11.84%
G=39.25%
B=48.91%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal381261570.760.2000.38195.6361.0338.24
Hex267E9D4C14026c43d26
Octal46176235114240463047546
Binary100110111111010011101100110010100010011011000100111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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