#338DA2

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

Shades of Scooter #338DA2

Tints of Scooter #338DA2

Color information

#338DA2 (or 0x338DA2) is unknown color: approx Scooter. HEX triplet: 33, 8D and A2. RGB value is (51,141,162). Sum of RGB (Red+Green+Blue) = 51+141+162=354 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.41% from 354); Green value is 141 (55.47% from 255 or 39.83% from 354); Blue value is 162 (63.67% from 255 or 45.76% from 354); Max value from RGB is 162 - color contains mainly: blue. Hex color #338DA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338DA2 is #CC725D. Grayscale: #747474. Windows color (decimal): -13398622 or 10652979. OLE color: 10652979.

HSL color Cylindrical-coordinate representation of color #338DA2: hue angle of 191.35º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #338DA2 is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB51141162-
CMYK0.690.1300.36
HSL191.35º52.11%41.76%-
HSV(B)191.35º68.52%63.53%-
XYZ17.4122.3637.58-
YUV116.48153.6881.29-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.41%
GREEN value IS 141 (55.47% from 255) = 39.83%
BLUE value IS 162 (63.67% from 255) = 45.76%
R=14.41%
G=39.83%
B=45.76%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal511411620.690.1300.36191.3552.1141.76
Hex338DA245D024bf342a
Octal63215242105150442776452
Binary110011100011011010001010001011101010010010111111110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338DA2; }

 p { color: rgb(51,141,162); }

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

<style>
 a { background-color: #338DA2; }

 a { background-color: rgb(51,141,162); }

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

<style>
 span { border-color: #338DA2; }

 span { border-color: rgb(51,141,162); }

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