#338EAD

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

Shades of Scooter #338EAD

Tints of Scooter #338EAD

Color information

#338EAD (or 0x338EAD) is unknown color: approx Scooter. HEX triplet: 33, 8E and AD. RGB value is (51,142,173). Sum of RGB (Red+Green+Blue) = 51+142+173=366 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.93% from 366); Green value is 142 (55.86% from 255 or 38.80% from 366); Blue value is 173 (67.97% from 255 or 47.27% from 366); Max value from RGB is 173 - color contains mainly: blue. Hex color #338EAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338EAD is #CC7152. Grayscale: #767676. Windows color (decimal): -13398355 or 11374131. OLE color: 11374131.

HSL color Cylindrical-coordinate representation of color #338EAD: hue angle of 195.25º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #338EAD is Cyan = 0.71, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB51142173-
CMYK0.710.1800.32
HSL195.25º54.46%43.92%-
HSV(B)195.25º70.52%67.84%-
XYZ18.5823.0743.01-
YUV118.32158.8579.98-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.93%
GREEN value IS 142 (55.86% from 255) = 38.80%
BLUE value IS 173 (67.97% from 255) = 47.27%
R=13.93%
G=38.80%
B=47.27%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal511421730.710.1800.32195.2554.4643.92
Hex338EAD4712020c3362c
Octal63216255107220403036654
Binary1100111000111010101101100011110010010000011000011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,142,173); }

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

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

 a { background-color: rgb(51,142,173); }

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

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

 span { border-color: rgb(51,142,173); }

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