#2683af

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

Shades of Scooter #2683AF

Tints of Scooter #2683AF

Color information

#2683AF (or 0x2683AF) is unknown color: approx Scooter. HEX triplet: 26, 83 and AF. RGB value is (38,131,175). Sum of RGB (Red+Green+Blue) = 38+131+175=344 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.05% from 344); Green value is 131 (51.56% from 255 or 38.08% from 344); Blue value is 175 (68.75% from 255 or 50.87% from 344); Max value from RGB is 175 - color contains mainly: blue. Hex color #2683AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2683AF is #D97C50. Grayscale: #6B6B6B. Windows color (decimal): -14253137 or 11502374. OLE color: 11502374.

HSL color Cylindrical-coordinate representation of color #2683AF: hue angle of 199.27º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2683AF is Cyan = 0.78, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB38131175-
CMYK0.780.2500.31
HSL199.27º64.32%41.76%-
HSV(B)199.27º78.29%68.63%-
XYZ16.6519.7443.49-
YUV108.21165.6977.92-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.05%
GREEN value IS 131 (51.56% from 255) = 38.08%
BLUE value IS 175 (68.75% from 255) = 50.87%
R=11.05%
G=38.08%
B=50.87%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal381311750.780.2500.31199.2764.3241.76
Hex2683AF4E1901Fc7402a
Octal462032571163103730710052
Binary1001101000001110101111100111011001011111110001111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2683af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2683af; }

 p { color: rgb(38,131,175); }

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

<style>
 a { background-color: #2683af; }

 a { background-color: rgb(38,131,175); }

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

<style>
 span { border-color: #2683af; }

 span { border-color: rgb(38,131,175); }

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